Enable verbose mode for ansible-playbook

This is helpful if we need to debug ansible.

Change-Id: I2298473cf9e7e17b2a16dcd4ef04ba6a4f0bf3a6
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-01-03 22:35:23 -05:00
parent c8fa5ce581
commit 272e87dc07
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
- name: Run ansible-playbook for site.yaml
args:
chdir: "{{ windmill_src_dir }}"
shell: "tox -evenv -- ansible-playbook -f1 -i inventory/testing/hosts playbooks/site.yaml -e @{{ windmill_extra_vars_file }}"
shell: "tox -evenv -- ansible-playbook -v -f1 -i inventory/testing/hosts playbooks/site.yaml -e @{{ windmill_extra_vars_file }}"
- name: Run ansible-playbook for prove.yaml
args: