From d818b201b3e4126bc9d3a43748b6db24b178e971 Mon Sep 17 00:00:00 2001 From: Fabio Greco <29181278+feteu@users.noreply.github.com> Date: Sat, 5 Jul 2025 10:46:55 +0200 Subject: [PATCH] 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 "https://github.com/moreati/mitogen/commit/57498453249c4c938fb9c3e6c45b9051f7e5ed47" --- docs/ansible_detailed.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ansible_detailed.rst b/docs/ansible_detailed.rst index 703e9b4b..06aa4955 100644 --- a/docs/ansible_detailed.rst +++ b/docs/ansible_detailed.rst @@ -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,