find out why mitogen__readonly_homedir works locally but not on azure

pull/658/head
Steven Robertson 4 years ago
parent c705645ade
commit b4288f02c7

@ -44,7 +44,7 @@ with ci_lib.Fold('machine_prep'):
if os.path.expanduser('~mitogen__user1') == '~mitogen__user1':
os.chdir(IMAGE_PREP_DIR)
run("ansible-playbook -c local -i localhost, _user_accounts.yml")
run("ansible-playbook -c local -i localhost, _user_accounts.yml -vvv")
with ci_lib.Fold('ansible'):

Loading…
Cancel
Save