mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
review requests
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
7d928e6e9d
commit
7bed8ce79e
1 changed files with 3 additions and 3 deletions
|
|
@ -73,9 +73,9 @@ options:
|
||||||
default: no
|
default: no
|
||||||
delete:
|
delete:
|
||||||
description:
|
description:
|
||||||
- Delete files in C(dest) that don't exist (after transfer, not before) in the C(src) path.
|
- Delete files in I(dest) that do not exist (after transfer, not before) in the I(src) path.
|
||||||
- This option requires C(recursive=yes).
|
- This option requires I(recursive=yes).
|
||||||
- This option ignores excluded files and behaves like the rsync opt --delete-after.
|
- This option ignores excluded files and behaves like the rsync opt C(--delete-after).
|
||||||
type: bool
|
type: bool
|
||||||
default: no
|
default: no
|
||||||
dirs:
|
dirs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue