mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
use_ssh_args is not in code. ssh_args is used
This commit is contained in:
parent
a994a58b23
commit
9ff7f9c2e3
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue