From 40d53bcf9671a8c4e556d8b798d13a4a13521480 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Sun, 20 Sep 2020 16:33:41 -0700 Subject: [PATCH] 3 v is too much v for azure devops to render --- .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 9334ebc9..0c3cfeb3 100755 --- a/.ci/localhost_ansible_tests.py +++ b/.ci/localhost_ansible_tests.py @@ -46,5 +46,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 -vv', playbook, ' '.join(sys.argv[1:]))