Fix playbook and CI
All checks were successful
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 1m23s

This commit is contained in:
2023-09-04 20:09:33 +01:00
parent 945ba2d83e
commit 985b4b5127
2 changed files with 9 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: Check playbooks
run: |
for file in $(find . -wholename "*/infra/*playbook.yaml" -type f); do
ansible-playbook --inventory ./inventory --check "$file"
ansible-playbook --inventory ./inventory --syntax-check "$file"
done
- name: Get changed playbooks