From 6a00cb7b3b60cb08ec82f175e39a07c8e079c89e Mon Sep 17 00:00:00 2001 From: Vincent Viallet Date: Fri, 19 Jul 2013 13:26:30 +0800 Subject: [PATCH] Minor typo on site about host_key_checking config section. --- docsite/latest/rst/gettingstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/latest/rst/gettingstarted.rst b/docsite/latest/rst/gettingstarted.rst index 3991128e76..78a7d29cee 100644 --- a/docsite/latest/rst/gettingstarted.rst +++ b/docsite/latest/rst/gettingstarted.rst @@ -347,7 +347,7 @@ which results in a interactive experience if using Ansible, from say, cron. If you wish to disable this behavior and understand the implications, you can do so by editing /etc/ansible/ansible.cfg or ~/.ansible.cfg:: - [default] + [defaults] host_key_checking = False Alternatively this can be set by an environment variable: