Create .ssh directory in check CI step
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Paul Brinkmeier 2023-01-27 01:39:11 +01:00
parent 60a455486c
commit 2f9af8621d

View File

@ -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