Skip to content

Commit cba1d59

Browse files
committed
update Python CI, lint opts
1 parent 9979540 commit cba1d59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.9", "3.10", "3.11"]
17+
python-version: ["3.12"]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Set up Python ${{ matrix.python-version }}
@@ -27,7 +27,7 @@ jobs:
2727
pip install ansible ansible-lint
2828
- name: Analysing all playbooks
2929
run: |
30-
ansible-lint install/*.yml -x 303,701,601,206,602,403,301,502,306 -v
30+
ansible-lint install/*.yml --skip-list package-latest,deprecated-bare-vars,deprecated-command-syntax,deprecated-module,unnamed-task,yaml[truthy],role-name,meta-main[unsupported-tags],meta-runtime -v
3131
- name: Analysing all playbook roles
3232
run: |
33-
ansible-lint install/roles/*/*/*.yml -x 303,701,601,206,602,403,301,502,306 -v
33+
ansible-lint install/roles/*/*/*.yml --skip-list package-latest,deprecated-bare-vars,deprecated-command-syntax,deprecated-module,unnamed-task,yaml[truthy],role-name,meta-main[unsupported-tags],meta-runtime -v

0 commit comments

Comments
 (0)