Skip to content

Commit

Permalink
fix github actions for testing ansible recipe (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Nov 21, 2024
1 parent ec41ed7 commit 3859601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
sudo pip3 install ansible
ansible --version
printf '[defaults]\nroles_path=../' >ansible.cfg
ansible-playbook tests/standalone.yml -i tests/inventory --syntax-check --vault-password-file .vault_pass
ansible-playbook playbook/standalone.yml -i playbook/inventory --syntax-check --vault-password-file .vault_pass

0 comments on commit 3859601

Please sign in to comment.