localhost_ansible tests now pass, adding -vvv to ansible_tests to get more debug info there
This commit is contained in:
parent
95c43ec9fc
commit
b469da399b
|
@ -72,7 +72,7 @@ with ci_lib.Fold('job_setup'):
|
|||
with ci_lib.Fold('ansible'):
|
||||
playbook = os.environ.get('PLAYBOOK', 'all.yml')
|
||||
try:
|
||||
run('./run_ansible_playbook.py %s -i "%s" -v %s',
|
||||
run('./run_ansible_playbook.py %s -i "%s" -vvv %s',
|
||||
playbook, HOSTS_DIR, ' '.join(sys.argv[1:]))
|
||||
except:
|
||||
pause_if_interactive()
|
||||
|
|
Loading…
Reference in New Issue