reverting -vvv

This commit is contained in:
Steven Robertson 2020-02-12 16:12:03 -08:00
parent 868de4e5ba
commit 5fbcb9e28c
1 changed files with 1 additions and 1 deletions

View File

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