This commit is contained in:
Rolf Martin Glomsrud 2024-09-29 17:02:49 +02:00
parent 93cd9ba5c5
commit 1da28ab912

View file

@ -7,6 +7,7 @@ steps:
image: local/builder
commands:
- ansible-playbook --help
- mkdir /root/.ssh && chmod 0700 /root/.ssh
- echo $SSH_KEY | base64 --decode >> /root/.ssh/id_rsa
- chmod 0600 /root/.ssh/id_rsa