Warn if empty string is present in synchronize's rsync_opts

This commit is contained in:
Toshio Kuratomi 2018-11-28 18:47:55 -08:00
commit a8fbfe1844
2 changed files with 13 additions and 3 deletions

View file

@ -0,0 +1,4 @@
---
minor_changes:
- synchronize module - Warn when the empty string is present in rsync_opts as it is likely
unexpected that it will transfer the current working directory.