From 5fbcb9e28c9c20acad3e2f52e19c8a0d6c5c2447 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Wed, 12 Feb 2020 16:12:03 -0800 Subject: [PATCH] reverting -vvv --- .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 349836db..f7e1ecbd 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 -vvv', + run('./run_ansible_playbook.py %s -l target %s', playbook, ' '.join(sys.argv[1:]))