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
|
||||
- ansible localhost -m debug -a "var={{ lookup('viczem.keepass.keepass', 'restic_repository_password', 'password') }}"
|
||||
# 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
|
||||
secrets: [vaultpass, sshkey]
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue