Commit 6a00cb7b by Vincent Viallet

Minor typo on site about host_key_checking config section.

parent c3a8b6ff
...@@ -347,7 +347,7 @@ which results in a interactive experience if using Ansible, from say, cron. ...@@ -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:: 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 host_key_checking = False
Alternatively this can be set by an environment variable: Alternatively this can be set by an environment variable:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment