diff --git a/.drone.yml b/.drone.yml index 6613a70..cce2d22 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,9 @@ steps: - name: Run ansible playbook image: harbor.sebclem.fr/sebclem/drone-ansible-runner settings: - verbosity: 1 + verbosity: ${verbosity=0} + limit: ${limit} + tags: ${tags} playbook: sites.yml galaxy_file: roles/requirements.yml vault_token: @@ -46,4 +48,4 @@ steps: from: from_secret: mail_from when: - status: [changed, failure] + status: [changed, failure] \ No newline at end of file