remove verbosity

This commit is contained in:
Steven Robertson 2020-02-14 17:05:27 -08:00
parent 90d51fcbbd
commit e138286185
2 changed files with 2 additions and 2 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:]))

View File

@ -15,4 +15,4 @@ if ci_lib.have_docker():
])
ci_lib.run_batches(batches)
ci_lib.run_batches(batches)