3 v is too much v for azure devops to render

This commit is contained in:
Steven Robertson 2020-09-20 16:33:41 -07:00
parent c6d42212dd
commit 40d53bcf96
1 changed files with 1 additions and 1 deletions

View File

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