From df04fde6c306dffe61a8adc8dc509570b8e2e54b Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 9 Nov 2017 10:20:26 -0800 Subject: [PATCH] Add the change to when we escape backslashes (for the template lookup plugin) to changelog This was slated for 2.3.3 but after talking with kustodian we decided it wasn't appropriate for a minor release. So 2.4.0 is where it appeared --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c26b4a5fc54..7d4109caa98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -326,6 +326,8 @@ Ansible Changes By Release * Windows modules now support the use of multiple shared module_utils files in the form of Powershell modules (.psm1), via `#Requires -Module Ansible.ModuleUtils.Whatever.psm1` * Python module argument_spec now supports custom validation logic by accepting a callable as the `type` argument. * Windows become_method: runas now works across all authtypes and will auto-elevate under UAC if WinRM user has "Act as part of the operating system" privilege +* Do not escape backslashes in the template lookup plugin to mirror what the template module does + https://github.com/ansible/ansible/issues/26397 ### Deprecations * The behaviour when specifying `--tags` (or `--skip-tags`) multiple times on the command line @@ -920,7 +922,6 @@ Ansible Changes By Release ### Bugfixes * Fix alternatives module handlling of non existing options * Fix synchronize traceback with the docker connection plugin -* Do not escape backslashes in the template lookup plugin to mirror what the template module does * Fix the expires option of the postgresq_user module * Fix for win_acl when settings permissions on registry objects that use `ALL APPLICATION PACKAGES` and `ALL RESTRICTED APPLICATION PACKAGES` * Python3 fixes