Skip to content

Commit 8459f43

Browse files
committed
add deprecated module to excludes
1 parent 995e23b commit 8459f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pip install ansible ansible-lint
2828
- name: Analysing all playbooks
2929
run: |
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,var-naming[no-role-prefix] -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,var-naming[no-role-prefix],deprecated-module -v
3131
- name: Analysing all playbook roles
3232
run: |
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,var-naming[no-role-prefix] -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,var-naming[no-role-prefix],deprecated-module -v

0 commit comments

Comments
 (0)