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:
Abhijeet Kasurde 2021-06-04 11:38:14 +05:30
parent 9d4ae8b7e4
commit 7d928e6e9d
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
---
trivial:
- synchronize - fix typo in ``delete`` parameter (https://github.com/ansible-collections/ansible.posix/issues/175).

View file

@ -75,7 +75,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. - This option ignores excluded files and behaves like the rsync opt --delete-after.
type: bool type: bool
default: no default: no
dirs: dirs: