ci: debug
This commit is contained in:
parent
597d06245a
commit
b0da507822
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ steps:
|
|||
commands:
|
||||
- echo $${VAULTPASS} > ./vault-pass.yml # nach des Secret in Großschreibung
|
||||
- ansible-galaxy install -r requirements.yaml
|
||||
- echo $${SSHKEY}
|
||||
- echo $${SSHKEY} | base64 -d > ./id_ed25519
|
||||
- chmod 0400 ./id_ed25519
|
||||
- echo "$(<./id_ed25519 )"
|
||||
|
|
Loading…
Reference in a new issue