Move into ansible directory before running the playbook
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
206a43526a
commit
7de9db5de0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user