mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-06-11 02:55:55 +00:00
Merge pull request #213 from ndgit/fix-24-and-190
synchronize: quotes around arguments fix quoting for specific cmd arguments Fixes: #24 #190 ISSUE TYPE: Bugfix Pull Request COMPONENT NAME: module: synchronize Reviewed-by: Abhijeet Kasurde <None> Reviewed-by: Robert Rettig <None> Reviewed-by: Hideki Saito <saito@fgrep.org> Reviewed-by: Mike Graves <mgraves@redhat.com>
This commit is contained in:
4
changelogs/fragments/213_quote_cmd_args.yml
Normal file
4
changelogs/fragments/213_quote_cmd_args.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Synchronize module not recognizing remote ssh key (https://github.com/ansible-collections/ansible.posix/issues/24).
|
||||
- Synchronize not using quotes around arguments like --out-format (https://github.com/ansible-collections/ansible.posix/issues/190).
|
||||
Reference in New Issue
Block a user