From 747a75a0e936df7b5e938e781d46e01e658cea45 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Fri, 14 Feb 2020 16:46:00 -0800 Subject: [PATCH] adding logging again --- .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:]))