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 d9e10cd commit 80edc38Copy full SHA for 80edc38
.github/workflows/test.yml
@@ -380,7 +380,6 @@ jobs:
380
env:
381
VAULT_PASS: ${{ secrets.VAULT_PASS }}
382
run: |
383
- echo "${VAULT_PASS}"
384
find . -maxdepth 1 -name "*.yml" -not -name "requirements.yml" -not -name "hosts.yml" | xargs -n1 ansible-playbook --inventory="hosts.yml" --syntax-check
385
386
- name: Check for Molecule files
0 commit comments