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 898b986 commit 57136d4Copy full SHA for 57136d4
1 file changed
.github/workflows/test.yml
@@ -370,13 +370,13 @@ jobs:
370
371
- name: Run ansible-lint for Ansible playbook
372
if: steps.check_ansible_playbook.outputs.files_exists == 'true'
373
+ env:
374
+ VAULT_PASS: ${{ secrets.VAULT_PASS }}
375
run: |
376
find . -maxdepth 1 -name "*.yml" -not -name "requirements.yml" -not -name "hosts.yml" | xargs -n1 ansible-lint --strict --force-color
377
378
- name: Run ansible-playbook syntax-check for Ansible playbook
379
- env:
- VAULT_PASS: ${{ secrets.VAULT_PASS }}
380
381
echo "${VAULT_PASS}"
382
find . -maxdepth 1 -name "*.yml" -not -name "requirements.yml" -not -name "hosts.yml" | xargs -n1 ansible-playbook --inventory="hosts.yml" --syntax-check
0 commit comments