ansible.posix.synchronize isn't being loaded in tests but is locally, reducing v count to get around azure devops scroll bug

pull/715/head
Steven Robertson 4 years ago
parent 41a13ebce2
commit 5fa9f97b66

@ -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" -vvv %s',
run('./run_ansible_playbook.py %s -i "%s" -v %s',
playbook, HOSTS_DIR, ' '.join(sys.argv[1:]))
except:
pause_if_interactive()

Loading…
Cancel
Save