|
|
@ -50,5 +50,5 @@ with ci_lib.Fold('machine_prep'):
|
|
|
|
with ci_lib.Fold('ansible'):
|
|
|
|
with ci_lib.Fold('ansible'):
|
|
|
|
os.chdir(TESTS_DIR)
|
|
|
|
os.chdir(TESTS_DIR)
|
|
|
|
playbook = os.environ.get('PLAYBOOK', 'all.yml')
|
|
|
|
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:]))
|
|
|
|
playbook, ' '.join(sys.argv[1:]))
|
|
|
|