From c96be65ec9556499ca729083cc1210d7b8186be6 Mon Sep 17 00:00:00 2001 From: Rystraum Gamonez Date: Sat, 12 Sep 2020 12:41:09 +0800 Subject: [PATCH] Updated description of `use_ssh_args` option This option has interactions with `ansible_ssh_common_args` as indicated in this issue thread: https://github.com/ansible/ansible/issues/16767 --- plugins/modules/synchronize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/synchronize.py b/plugins/modules/synchronize.py index c5d0276..c2fc592 100644 --- a/plugins/modules/synchronize.py +++ b/plugins/modules/synchronize.py @@ -138,7 +138,7 @@ options: default: yes use_ssh_args: description: - - Use the ssh_args specified in ansible.cfg. + - Use the ssh_args specified in ansible.cfg. Setting this to `yes` will also make `synchronize` use `ansible_ssh_common_args`. type: bool default: no rsync_opts: