Update '.woodpecker/ansible.yml'

This commit is contained in:
sebclem 2023-04-20 19:53:09 +02:00
parent bc8ff42c00
commit 8a7049b37a

View File

@ -1,6 +1,6 @@
pipeline:
check-ansible-syntax:
image: harbor.sebclem.fr/sebclem/woodpecker-ansible-runner
image: git.sebclem.fr/sebclem/woodpecker-ansible-runner
pull: true
settings:
playbook: playbooks/install.yml
@ -14,7 +14,7 @@ pipeline:
- event: [pull_request, manual, deployment]
run-ansible-playbook:
image: harbor.sebclem.fr/sebclem/woodpecker-ansible-runner
image: git.sebclem.fr/sebclem/woodpecker-ansible-runner
pull: true
settings:
verbosity: ${verbosity=0}