ansible.posix/plugins/action
Tadej Borovšak db12a40a4c Synchronize: properly quote shell command components
The synchronize action plugin and module were a bit sloppy when it
came to the command-line parameter quoting and that caused failuer on
some systems (for example, on Fedora 34).

This commit makes sure any argumnts with potentially problematic
characters are quoted before being used.
2021-08-04 13:37:18 +02:00
..
__init__.py Initial commit 2020-03-09 13:15:28 +00:00
patch.py use FQCN for module call in action plugins 2020-06-19 15:22:34 -05:00
synchronize.py Synchronize: properly quote shell command components 2021-08-04 13:37:18 +02:00