Skip to content
Snippets Groups Projects
Commit ff7a177f authored by Klaus Frank's avatar Klaus Frank
Browse files

Fix ci

parent 36160865
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -14,7 +14,7 @@ check:
- cd plays
- ansible-lint *.yml
- echo $ANSIBLE_VAULT_PASSWORD > ../.vpass
- ansible-playbook *.yml --vault-password-file ./plays/.vpass --syntax-check -i ./plays/development.ini
- ansible-playbook *.yml --vault-password-file ../.vpass --syntax-check -i ../development.ini
#test:
# stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment