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