Merge pull request #201 from Akasurde/i175

synchronize: fix misc typo

Reviewed-by: https://github.com/apps/ansible-zuul
This commit is contained in:
ansible-zuul[bot] 2021-06-04 15:49:36 +00:00 committed by GitHub
commit ceddb849b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 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

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