Use strict linting
All checks were successful
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m1s

This commit is contained in:
2024-01-30 13:01:28 +00:00
parent 594c97f4dc
commit 2834642cb7

View File

@@ -33,7 +33,7 @@ jobs:
- name: Ansible lint
run: |
ansible-lint infra/**/*playbook.yaml
ansible-lint -s -x args[module] infra/**/*playbook.yaml
- name: Check playbooks
run: |