2 v freezes things...this is impossible to debug
This commit is contained in:
parent
49dd8eee1a
commit
d017b60f47
|
@ -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 -vv',
|
||||
run('./run_ansible_playbook.py %s -l target %s -v',
|
||||
playbook, ' '.join(sys.argv[1:]))
|
||||
|
|
Loading…
Reference in New Issue