Skip to content

Commit f3915b5

Browse files
committed
issue #543: disable host key checking
1 parent edb745f commit f3915b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/localhost_ansible_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
if os.path.expanduser('~mitogen__user1') == '~mitogen__user1':
4646
os.chdir(IMAGE_PREP_DIR)
47-
run("ansible-playbook -i localhost, _user_accounts.yml")
47+
run("ansible-playbook -c local -i localhost, _user_accounts.yml")
4848

4949

5050
with ci_lib.Fold('ansible'):

tests/image_prep/ansible.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ strategy_plugins = ../../ansible_mitogen/plugins/strategy
44
retry_files_enabled = false
55
display_args_to_stdout = True
66
no_target_syslog = True
7+
host_key_checking = False

0 commit comments

Comments
 (0)