From 9f384c00a3e37ccc4bf16dc33bddfa7367791f6b Mon Sep 17 00:00:00 2001 From: Robert Rettig Date: Thu, 24 Jun 2021 23:58:28 +0200 Subject: [PATCH] add changelog fragment --- changelogs/fragments/213_quote_cmd_args.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/fragments/213_quote_cmd_args.yml diff --git a/changelogs/fragments/213_quote_cmd_args.yml b/changelogs/fragments/213_quote_cmd_args.yml new file mode 100644 index 0000000..e669d41 --- /dev/null +++ b/changelogs/fragments/213_quote_cmd_args.yml @@ -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).