Update 'delete' parameter description in synchronize module (#63450)
Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
0beab6bf69
commit
da46800f1b
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ options:
|
|||
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-excluded.
|
||||
type: bool
|
||||
default: no
|
||||
dirs:
|
||||
|
|
Loading…
Reference in a new issue