diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-07-03 16:55:10 -0400 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-07-03 16:55:10 -0400 |
commit | d96cedcad1d7c8fedd3b9edc362a20c7468e46b5 (patch) | |
tree | 2ae48754a63eed5ceb8382303c10e7186098c037 /examples | |
parent | 9db4f7a9a649a923b88878aa8f04d8394abacff2 (diff) | |
download | ansible-d96cedcad1d7c8fedd3b9edc362a20c7468e46b5.tar.gz |
Example config file should use correct config setting.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ansible.cfg | 2 |
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 |