mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 15:45:20 +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).
|
that does not match the inventory user, you should set this parameter to C(no).
|
||||||
type: bool
|
type: bool
|
||||||
default: yes
|
default: yes
|
||||||
use_ssh_args:
|
ssh_args:
|
||||||
description:
|
description:
|
||||||
- Use the ssh_args specified in ansible.cfg. Setting this to `yes` will also make `synchronize` use `ansible_ssh_common_args`.
|
- Use custom connection options for ssh connection. For more details `man ssh_options`. (e.g. C(-o "User=ansible"))
|
||||||
type: bool
|
type: str
|
||||||
default: no
|
default: no
|
||||||
ssh_connection_multiplexing:
|
ssh_connection_multiplexing:
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue