localhost_ansible tests now pass, adding -vvv to ansible_tests to get more debug info there

pull/715/head
Steven Robertson 4 years ago
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…
Cancel
Save