From 7bed8ce79e7624a9c19cc61fda73fee949f3e196 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Fri, 4 Jun 2021 18:39:50 +0530 Subject: [PATCH] review requests Signed-off-by: Abhijeet Kasurde --- plugins/modules/synchronize.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/synchronize.py b/plugins/modules/synchronize.py index 2fcb7a4..2676275 100644 --- a/plugins/modules/synchronize.py +++ b/plugins/modules/synchronize.py @@ -73,9 +73,9 @@ options: default: no delete: description: - - Delete files in C(dest) that don't exist (after transfer, not before) in the C(src) path. - - This option requires C(recursive=yes). - - This option ignores excluded files and behaves like the rsync opt --delete-after. + - Delete files in I(dest) that do not exist (after transfer, not before) in the I(src) path. + - This option requires I(recursive=yes). + - This option ignores excluded files and behaves like the rsync opt C(--delete-after). type: bool default: no dirs: