mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
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:
parent
0177b87cbc
commit
c96be65ec9
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue