Update missing host key checking argument in docs/ansible_detailed.rst

The arguments ansible_ssh_host_key_checking and ansible_host_key_checking were missing in the documentation, while being introduced with the commit "5749845324"
pull/1298/head
Fabio Greco 5 months ago committed by GitHub
parent 2ff904951c
commit d818b201b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1018,6 +1018,8 @@ Like the :ans:conn:`ssh` except connection delegation is supported.
* ``ansible_ssh_private_key_file``
* ``ansible_ssh_pass``, ``ansible_ssh_password``, ``ansible_password``
(default: assume passwordless)
* ``ansible_ssh_host_key_checking``, ``ansible_host_key_checking`` (default:
:data:`True`)
* ``ssh_args``, ``ssh_common_args``, ``ssh_extra_args``
* ``mitogen_mask_remote_name``: if :data:`True`, mask the identity of the
Ansible controller process on remote machines. To simplify diagnostics,

Loading…
Cancel
Save