We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43ecfc commit 5552973Copy full SHA for 5552973
.github/workflows/test.yml
@@ -20,4 +20,4 @@ jobs:
20
sudo pip3 install ansible
21
ansible --version
22
printf '[defaults]\nroles_path=../' >ansible.cfg
23
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
+ ansible-playbook tests/test.yml -i tests/inventory --syntax-check --vault-password-file .vault_pass
.vault_pass
@@ -0,0 +1 @@
1
+secret
0 commit comments