Move into ansible directory before running the playbook
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Paul Brinkmeier 2023-01-27 01:44:20 +01:00
parent 206a43526a
commit 7de9db5de0

View File

@ -23,4 +23,5 @@ steps:
- pip install ansible==6.4.0 > /dev/null 2> /dev/null - pip install ansible==6.4.0 > /dev/null 2> /dev/null
- mkdir "$HOME/.ssh" - mkdir "$HOME/.ssh"
- echo "$KEY" > "$HOME/.ssh/id" - echo "$KEY" > "$HOME/.ssh/id"
- ansible-playbook --check ansible/playbooks/misc-all.yaml - cd ansible
- ansible-playbook --check playbooks/misc-all.yaml