We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb745f commit f3915b5Copy full SHA for f3915b5
.ci/localhost_ansible_tests.py
@@ -44,7 +44,7 @@
44
45
if os.path.expanduser('~mitogen__user1') == '~mitogen__user1':
46
os.chdir(IMAGE_PREP_DIR)
47
- run("ansible-playbook -i localhost, _user_accounts.yml")
+ run("ansible-playbook -c local -i localhost, _user_accounts.yml")
48
49
50
with ci_lib.Fold('ansible'):
tests/image_prep/ansible.cfg
@@ -4,3 +4,4 @@ strategy_plugins = ../../ansible_mitogen/plugins/strategy
4
retry_files_enabled = false
5
display_args_to_stdout = True
6
no_target_syslog = True
7
+host_key_checking = False
0 commit comments