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
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.12'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd ansible/
|
cd ansible/
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pipenv
|
pip install pipenv
|
||||||
pipenv install --skip-lock
|
pipenv sync
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: |
|
run: |
|
||||||
|
@ -4,12 +4,13 @@ verify_ssl = true
|
|||||||
name = "pypi"
|
name = "pypi"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
ansible = "==6.2.0"
|
ansible = "*"
|
||||||
molecule = {extras = ["docker"], version = "==4.0.1"}
|
molecule = {extras = ["docker"], version = "*"}
|
||||||
certifi = "*"
|
certifi = "*"
|
||||||
ansible-lint = "==6.16.0"
|
ansible-lint = "*"
|
||||||
yamllint = "==1.30.0"
|
wcmatch = "*" # workaround ubuntu shipping a broken wcmatch package
|
||||||
ansible-core = "==2.13.2"
|
yamllint = "*"
|
||||||
|
ansible-core = "*"
|
||||||
docker = "*"
|
docker = "*"
|
||||||
boto3 = "*"
|
boto3 = "*"
|
||||||
jmespath = "*"
|
jmespath = "*"
|
||||||
@ -18,4 +19,4 @@ mkdocs-material = "*"
|
|||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
[requires]
|
[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