use_ssh_args is not in code. ssh_args is used

This commit is contained in:
Fedele Mantuano 2021-06-22 01:14:45 +02:00
parent a994a58b23
commit 9ff7f9c2e3

View file

@ -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: