summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-07-03 22:55:10 +0200
committerMichael DeHaan <michael@ansibleworks.com>2013-07-03 22:55:10 +0200
commitd96cedcad1d7c8fedd3b9edc362a20c7468e46b5 (patch)
tree2ae48754a63eed5ceb8382303c10e7186098c037 /examples
parentMakes host key checking the default behavior but can be disabled in ansible.c... (diff)
downloadansible-d96cedcad1d7c8fedd3b9edc362a20c7468e46b5.tar.xz
ansible-d96cedcad1d7c8fedd3b9edc362a20c7468e46b5.zip
Example config file should use correct config setting.
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 379271e84c..d505bf0ccf 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -23,7 +23,7 @@ transport = paramiko
remote_port = 22
# uncomment this to disable SSH key host checking
-#host_checking = False
+#host_key_checking = False
# change this for alternative sudo implementations
sudo_exe = sudo