Skip to content

Commit 5552973

Browse files
fix github workflows (provide vault pass)
1 parent e43ecfc commit 5552973

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
sudo pip3 install ansible
2121
ansible --version
2222
printf '[defaults]\nroles_path=../' >ansible.cfg
23-
ansible-playbook tests/test.yml -i tests/inventory --syntax-check
23+
ansible-playbook tests/test.yml -i tests/inventory --syntax-check --vault-password-file .vault_pass

.vault_pass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
secret

0 commit comments

Comments
 (0)