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 81c3e10 commit 898b986Copy full SHA for 898b986
1 file changed
.github/workflows/test.yml
@@ -378,6 +378,7 @@ jobs:
378
env:
379
VAULT_PASS: ${{ secrets.VAULT_PASS }}
380
run: |
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
383
384
- name: Check for Molecule files
0 commit comments