ci: debug
This commit is contained in:
parent
931bb4c2c5
commit
a7a052df6c
1 changed files with 1 additions and 2 deletions
|
@ -6,9 +6,8 @@ steps:
|
|||
ansible-playbook:
|
||||
image: quay.io/ansible/creator-ee:v24.2.0
|
||||
commands:
|
||||
- echo DEBUG
|
||||
- ansible localhost -m debug -a "var={{ lookup('keepass', 'restic_repository_password', 'password') }}"
|
||||
- echo $${VAULTPASS} | base64 -d > ./vault-pass.yml # Name des Secrets in Großschreibung
|
||||
- ansible localhost -m debug -a "var={{ lookup('keepass', 'restic_repository_password', 'password') }}"
|
||||
- ansible-galaxy install -r requirements.yaml
|
||||
- echo $${SSHKEY} | base64 -d > ./id_ed25519 # woodpecker verschluckt linebreakes, daher mit base64 -w0 "kodiert"
|
||||
- chmod 0400 ./id_ed25519
|
||||
|
|
Loading…
Reference in a new issue