Skip to content

Commit 5552973

Browse files
committedJan 25, 2022
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

+1-1
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

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
secret

0 commit comments

Comments
 (0)