Update '.woodpecker/ansible.yml'

This commit is contained in:
sebclem 2023-04-20 19:52:27 +02:00
parent 57ec00481d
commit fa1c4c5999

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}