Cleanup Ansible Playbooks #41

Open
cyclane wants to merge 13 commits from cleanup-playbooks into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2834642cb7 - Show all commits

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