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