mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-06-11 11:05:55 +00:00
Merge pull request #241 from xlab-steampunk/shell-quoting
Properly quote Synchronize SUMMARY The synchronize action plugin and module were a bit sloppy when it came to the command-line parameter quoting and that caused failure on some systems (for example, on Fedora 34). This commit makes sure any arguments with potentially problematic characters are quoted before being used. Fixes #242 ISSUE TYPE Bugfix Pull Request COMPONENT NAME synchronize Reviewed-by: Sergey <None> Reviewed-by: Abhijeet Kasurde <None> Reviewed-by: None <None>
This commit is contained in:
3
changelogs/fragments/241-synchronize-shell-quoting.yml
Normal file
3
changelogs/fragments/241-synchronize-shell-quoting.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- synchronize - properly quote rsync CLI parameters (https://github.com/ansible-collections/ansible.posix/pull/241).
|
||||
Reference in New Issue
Block a user