Update 'delete' parameter description in synchronize module (#63450)

Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com>
pull/63482/head
Niklas Beinghaus 5 years ago committed by Sandra McCann
parent 0beab6bf69
commit da46800f1b

@ -83,6 +83,7 @@ options:
description: description:
- Delete files in C(dest) that don't exist (after transfer, not before) in the C(src) path. - 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 requires C(recursive=yes).
- This option ignores excluded files and behaves like the rsync opt --delete-excluded.
type: bool type: bool
default: no default: no
dirs: dirs:

Loading…
Cancel
Save