From 5c27e07d3cccf87d2bb34affc918f9d133f3ba83 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Sun, 16 Feb 2020 00:52:49 -0800 Subject: [PATCH] adding verbosity --- .ci/localhost_ansible_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/localhost_ansible_tests.py b/.ci/localhost_ansible_tests.py index f7e1ecbd..349836db 100755 --- a/.ci/localhost_ansible_tests.py +++ b/.ci/localhost_ansible_tests.py @@ -50,5 +50,5 @@ with ci_lib.Fold('machine_prep'): with ci_lib.Fold('ansible'): os.chdir(TESTS_DIR) playbook = os.environ.get('PLAYBOOK', 'all.yml') - run('./run_ansible_playbook.py %s -l target %s', + run('./run_ansible_playbook.py %s -l target %s -vvv', playbook, ' '.join(sys.argv[1:]))