Fix typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul Brinkmeier 2023-01-27 01:41:50 +01:00
parent 2f9af8621d
commit 206a43526a

View File

@ -20,7 +20,7 @@ steps:
KEY: KEY:
from_secret: ssh_key from_secret: ssh_key
commands: commands:
- pip install ansible==7.1.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.yml - ansible-playbook --check ansible/playbooks/misc-all.yaml