mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Removed trailing whitespace to satisfy PEP8 rule W291.
This commit is contained in:
parent
cbf54f214c
commit
665f84d996
1 changed files with 2 additions and 2 deletions
|
|
@ -147,8 +147,8 @@ options:
|
|||
This is accomplished by setting the SSH C(ControlSocket) to C(none).
|
||||
- Set this option to C(yes) to allow multiplexing and reduce SSH connection overhead.
|
||||
- Note that simply setting this option to C(yes) is not enough;
|
||||
You must also configure SSH connection multiplexing in your SSH client config by setting values for C(ControlMaster),
|
||||
C(ControlPersist) and C(ControlPath).
|
||||
You must also configure SSH connection multiplexing in your SSH client config by setting values for
|
||||
C(ControlMaster), C(ControlPersist) and C(ControlPath).
|
||||
type: bool
|
||||
default: no
|
||||
rsync_opts:
|
||||
|
|
|
|||
Loading…
Reference in a new issue