From 272e87dc07584629fc7cbe07742cb440cb9cd559 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 3 Jan 2019 22:35:23 -0500 Subject: [PATCH] Enable verbose mode for ansible-playbook This is helpful if we need to debug ansible. Change-Id: I2298473cf9e7e17b2a16dcd4ef04ba6a4f0bf3a6 Signed-off-by: Paul Belanger --- tests/playbooks/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playbooks/run.yaml b/tests/playbooks/run.yaml index 7dbaa66..8504b4d 100644 --- a/tests/playbooks/run.yaml +++ b/tests/playbooks/run.yaml @@ -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: