This commit is contained in:
parent
2dffecf7ca
commit
65373ecfde
@ -13,7 +13,7 @@ steps:
|
|||||||
SSH_KEY:
|
SSH_KEY:
|
||||||
from_secret: SSH_KEY
|
from_secret: SSH_KEY
|
||||||
commands:
|
commands:
|
||||||
- echo "$SSH_KEY" > $PWD/id_rsa && chmod 0600 $PWD/id_rsa
|
- echo "$SSH_KEY" > $PWD/id_rsa
|
||||||
- ansible-galaxy collection install -r requirements.yaml
|
- chmod 0600 $PWD/id_rsa
|
||||||
- ansible-playbook -i inventory.yaml nightly.yaml
|
- ansible-playbook -i inventory.yaml nightly.yaml
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user