Create .ssh directory in check CI step
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
60a455486c
commit
2f9af8621d
@ -21,5 +21,6 @@ steps:
|
|||||||
from_secret: ssh_key
|
from_secret: ssh_key
|
||||||
commands:
|
commands:
|
||||||
- pip install ansible==7.1.0 > /dev/null 2> /dev/null
|
- pip install ansible==7.1.0 > /dev/null 2> /dev/null
|
||||||
|
- mkdir "$HOME/.ssh"
|
||||||
- echo "$KEY" > "$HOME/.ssh/id"
|
- echo "$KEY" > "$HOME/.ssh/id"
|
||||||
- ansible-playbook --check ansible/playbooks/misc-all.yml
|
- ansible-playbook --check ansible/playbooks/misc-all.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user