Fix playbook and CI
All checks were successful
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 1m23s
All checks were successful
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 1m23s
This commit is contained in:
2
.github/workflows/infra.yaml
vendored
2
.github/workflows/infra.yaml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user