From 694f12d01b17e4aba50bda55546edada6e79b5a8 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Tue, 7 Mar 2023 16:14:52 +0100 Subject: Avoid redundant unsafe wrapping in ansible_eval_concat (#80143) The wrap_var is done in do_template for all concat functions after their return. --- .../fragments/ansible_eval_concat-remove-redundant-unsafe-wrap.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/ansible_eval_concat-remove-redundant-unsafe-wrap.yml (limited to 'changelogs') diff --git a/changelogs/fragments/ansible_eval_concat-remove-redundant-unsafe-wrap.yml b/changelogs/fragments/ansible_eval_concat-remove-redundant-unsafe-wrap.yml new file mode 100644 index 0000000000..50124edc6f --- /dev/null +++ b/changelogs/fragments/ansible_eval_concat-remove-redundant-unsafe-wrap.yml @@ -0,0 +1,2 @@ +bugfixes: + - "``ansible_eval_concat`` - avoid redundant unsafe wrapping of templated strings converted to Python types" -- cgit v1.2.1