mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-13 13:02:16 +00:00
synchronize: fix misc typo
Docs should read ``--delete-after`` instead of ``--delete-excluded``. Fixes: #175 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -75,7 +75,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.
|
||||
- This option ignores excluded files and behaves like the rsync opt --delete-after.
|
||||
type: bool
|
||||
default: no
|
||||
dirs:
|
||||
|
||||
Reference in New Issue
Block a user