issue #543: disable host key checking

This commit is contained in:
David Wilson 2019-07-31 00:50:22 +01:00
parent edb745f434
commit f3915b5f40
2 changed files with 2 additions and 1 deletions

View File

@ -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 -i localhost, _user_accounts.yml")
run("ansible-playbook -c local -i localhost, _user_accounts.yml")
with ci_lib.Fold('ansible'):

View File

@ -4,3 +4,4 @@ strategy_plugins = ../../ansible_mitogen/plugins/strategy
retry_files_enabled = false
display_args_to_stdout = True
no_target_syslog = True
host_key_checking = False