summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-07-03 16:55:10 -0400
committerMichael DeHaan <michael@ansibleworks.com>2013-07-04 21:30:27 -0400
commit2b58264096232227b119698e0b1a6d659a44a1db (patch)
treee03df626b73e0898ac3ece02ca4b99d9637b79fd /examples
parent266e6894039a198e8e8a273cf21e51511c014a51 (diff)
downloadansible-2b58264096232227b119698e0b1a6d659a44a1db.tar.gz
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 27b302e701..b6bc9146eb 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -13,7 +13,7 @@ hostfile = /etc/ansible/hosts
library = /usr/share/ansible
# uncomment this to disable SSH key host checking
-#host_checking = False
+#host_key_checking = False
# change this for alternative sudo implementations
sudo_exe = sudo