From 5fdffe26eead0f816ec7b5f190433c64aa136414 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 13 Sep 2017 10:13:48 -0700 Subject: [PATCH] CHANGELOG update for win_shell/command parsing fixes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07c22a1c124..db1b189fb37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -130,6 +130,8 @@ Ansible Changes By Release - patterns of flies to ignore when using inventory directory - option to toggle failed inventory source parsing between an error or a warning * More fixes for Python 3 across the code base. +* win_shell and win_command modules now properly preserve quoted arguments passed on the command-line. Tasks that attempted to work around the issue by adding extra quotes/escaping may need to be reworked. See https://github.com/ansible/ansible/issues/23019 for additional detail. + #### New Callbacks: - full_skip