mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Merge pull request #201 from Akasurde/i175
synchronize: fix misc typo Reviewed-by: https://github.com/apps/ansible-zuul
This commit is contained in:
commit
ceddb849b8
2 changed files with 6 additions and 3 deletions
3
changelogs/fragments/175_synchronize.yml
Normal file
3
changelogs/fragments/175_synchronize.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
trivial:
|
||||
- synchronize - fix typo in ``delete`` parameter (https://github.com/ansible-collections/ansible.posix/issues/175).
|
||||
|
|
@ -73,9 +73,9 @@ options:
|
|||
default: no
|
||||
delete:
|
||||
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.
|
||||
- Delete files in I(dest) that do not exist (after transfer, not before) in the I(src) path.
|
||||
- This option requires I(recursive=yes).
|
||||
- This option ignores excluded files and behaves like the rsync opt C(--delete-after).
|
||||
type: bool
|
||||
default: no
|
||||
dirs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue