parent
feb6b1f26c
commit
a674689354
4
.github/workflows/ansible-lint.yaml
vendored
4
.github/workflows/ansible-lint.yaml
vendored
@ -20,14 +20,14 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd ansible/
|
||||
python -m pip install --upgrade pip
|
||||
pip install pipenv
|
||||
pipenv install --skip-lock
|
||||
pipenv sync
|
||||
|
||||
- name: Lint
|
||||
run: |
|
||||
|
@ -4,12 +4,13 @@ verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
ansible = "==6.2.0"
|
||||
molecule = {extras = ["docker"], version = "==4.0.1"}
|
||||
ansible = "*"
|
||||
molecule = {extras = ["docker"], version = "*"}
|
||||
certifi = "*"
|
||||
ansible-lint = "==6.16.0"
|
||||
yamllint = "==1.30.0"
|
||||
ansible-core = "==2.13.2"
|
||||
ansible-lint = "*"
|
||||
wcmatch = "*" # workaround ubuntu shipping a broken wcmatch package
|
||||
yamllint = "*"
|
||||
ansible-core = "*"
|
||||
docker = "*"
|
||||
boto3 = "*"
|
||||
jmespath = "*"
|
||||
@ -18,4 +19,4 @@ mkdocs-material = "*"
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.10"
|
||||
python_version = "3.12"
|
||||
|
1558
ansible/Pipfile.lock
generated
1558
ansible/Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user