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
This commit is contained in:
Rystraum Gamonez 2020-09-12 12:41:09 +08:00 committed by GitHub
parent 0177b87cbc
commit c96be65ec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@ options:
default: yes default: yes
use_ssh_args: use_ssh_args:
description: 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 type: bool
default: no default: no
rsync_opts: rsync_opts: