summaryrefslogtreecommitdiff
path: root/examples/ansible.cfg
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-07-03 16:55:10 -0400
committerMichael DeHaan <michael@ansibleworks.com>2013-07-03 16:55:10 -0400
commitd96cedcad1d7c8fedd3b9edc362a20c7468e46b5 (patch)
tree2ae48754a63eed5ceb8382303c10e7186098c037 /examples/ansible.cfg
parent9db4f7a9a649a923b88878aa8f04d8394abacff2 (diff)
downloadansible-d96cedcad1d7c8fedd3b9edc362a20c7468e46b5.tar.gz
Example config file should use correct config setting.
Diffstat (limited to 'examples/ansible.cfg')
-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