We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66e76e commit 931d5dcCopy full SHA for 931d5dc
1 file changed
.github/workflows/test.yml
@@ -371,6 +371,8 @@ jobs:
371
372
- name: Run ansible-playbook syntax-check for Ansible playbook
373
if: steps.check_ansible_playbook.outputs.files_exists == 'true'
374
+ env:
375
+ VAULT_PASS: ${{ secrets.VAULT_PASS }}
376
run: |
377
find . -maxdepth 1 -name "*.yml" -not -name "requirements.yml" -not -name "hosts.yml" | xargs -n1 ansible-playbook --inventory="hosts.yml" --syntax-check
378
0 commit comments