From d96cedcad1d7c8fedd3b9edc362a20c7468e46b5 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 3 Jul 2013 16:55:10 -0400 Subject: Example config file should use correct config setting. --- examples/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.1