ci: bug: disable ansible-playbook
This commit is contained in:
parent
a8b006fd1f
commit
944a3c196a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ steps:
|
||||||
# Debug
|
# Debug
|
||||||
- ansible localhost -m debug -a "var={{ lookup('viczem.keepass.keepass', 'restic_repository_password', 'password') }}"
|
- ansible localhost -m debug -a "var={{ lookup('viczem.keepass.keepass', 'restic_repository_password', 'password') }}"
|
||||||
# Doing
|
# Doing
|
||||||
- ansible-playbook playbooks/2_all.yml playbooks/3_service/* --limit production
|
#- ansible-playbook playbooks/2_all.yml playbooks/3_service/* --limit production
|
||||||
# https://woodpecker-ci.org/docs/usage/secrets#use-secrets-in-commands
|
# https://woodpecker-ci.org/docs/usage/secrets#use-secrets-in-commands
|
||||||
secrets: [vaultpass, sshkey]
|
secrets: [vaultpass, sshkey]
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue