Minor typo on site about host_key_checking config section.

This commit is contained in:
Vincent Viallet 2013-07-19 13:26:30 +08:00
parent c3a8b6ff07
commit 6a00cb7b3b

View file

@ -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: