Update playbook.yml

This commit is contained in:
sebclem 2024-04-14 19:23:11 +02:00
parent a765b7d18d
commit 3e3ff61c69

View File

@ -17,7 +17,8 @@ steps:
image: git.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=1}
diff: ${diff=true}
limit: ${limit} limit: ${limit}
tags: ${tags} tags: ${tags}
playbook: playbooks/install.yml playbook: playbooks/install.yml