Skip to content

Commit 931d5dc

Browse files
committed
feat: user vault pass
1 parent c66e76e commit 931d5dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@ jobs:
371371
372372
- name: Run ansible-playbook syntax-check for Ansible playbook
373373
if: steps.check_ansible_playbook.outputs.files_exists == 'true'
374+
env:
375+
VAULT_PASS: ${{ secrets.VAULT_PASS }}
374376
run: |
375377
find . -maxdepth 1 -name "*.yml" -not -name "requirements.yml" -not -name "hosts.yml" | xargs -n1 ansible-playbook --inventory="hosts.yml" --syntax-check
376378

0 commit comments

Comments
 (0)