Use strict linting
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m1s Details

This commit is contained in:
Gleb Koval 2024-01-30 13:01:28 +00:00
parent 594c97f4dc
commit 2834642cb7
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 1 deletions

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: |