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:]))