mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Merge pull request #3585 from devo-ps/documentation
Minor typo on site about host_key_checking config section.
This commit is contained in:
@@ -346,7 +346,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:
|
||||||
|
|||||||
Reference in New Issue
Block a user