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

This commit is contained in:
Steven Robertson 2020-10-18 23:25:24 -07:00
parent 95c43ec9fc
commit b469da399b
1 changed files with 1 additions and 1 deletions

View File

@ -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()