From 9ff7f9c2e328f06fd39f2f4c16f641baacb93493 Mon Sep 17 00:00:00 2001 From: Fedele Mantuano Date: Tue, 22 Jun 2021 01:14:45 +0200 Subject: [PATCH] use_ssh_args is not in code. ssh_args is used --- plugins/modules/synchronize.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/synchronize.py b/plugins/modules/synchronize.py index 2676275..be30afc 100644 --- a/plugins/modules/synchronize.py +++ b/plugins/modules/synchronize.py @@ -135,10 +135,10 @@ options: that does not match the inventory user, you should set this parameter to C(no). type: bool default: yes - use_ssh_args: + ssh_args: description: - - Use the ssh_args specified in ansible.cfg. Setting this to `yes` will also make `synchronize` use `ansible_ssh_common_args`. - type: bool + - Use custom connection options for ssh connection. For more details `man ssh_options`. (e.g. C(-o "User=ansible")) + type: str default: no ssh_connection_multiplexing: description: