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).
|
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.
|
- 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;
|
- 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),
|
You must also configure SSH connection multiplexing in your SSH client config by setting values for
|
||||||
C(ControlPersist) and C(ControlPath).
|
C(ControlMaster), C(ControlPersist) and C(ControlPath).
|
||||||
type: bool
|
type: bool
|
||||||
default: no
|
default: no
|
||||||
rsync_opts:
|
rsync_opts:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue