diff --git a/lib/ansible/modules/files/synchronize.py b/lib/ansible/modules/files/synchronize.py index 4d4f50f16c0..e4c520b7cf7 100644 --- a/lib/ansible/modules/files/synchronize.py +++ b/lib/ansible/modules/files/synchronize.py @@ -83,6 +83,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. type: bool default: no dirs: