From 665f84d996d5b8abd37f085e034d9bd7f4295ce7 Mon Sep 17 00:00:00 2001 From: pneerincx Date: Fri, 11 Dec 2020 15:16:03 +0100 Subject: [PATCH] Removed trailing whitespace to satisfy PEP8 rule W291. --- plugins/modules/synchronize.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/synchronize.py b/plugins/modules/synchronize.py index 080895a..9e0a5c9 100644 --- a/plugins/modules/synchronize.py +++ b/plugins/modules/synchronize.py @@ -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: