diff options
author | Martin Krizek <martin.krizek@gmail.com> | 2022-11-16 21:37:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 14:37:05 -0600 |
commit | c5065264c2481f555bf3d12f46ac579c4961b25b (patch) | |
tree | 12306ccb5efe9b71ee40466131666872810151c2 /changelogs | |
parent | 59f3c0238b9b2f96e59bc95c5b792f8cf65b8e62 (diff) | |
download | ansible-c5065264c2481f555bf3d12f46ac579c4961b25b.tar.gz |
2.14: jinja2_native: preserve quotes in strings (#79119) (#79144)
* jinja2_native: preserve quotes in strings (#79119)
Fixes #79083
(cherry picked from commit d34b5786858f699ef36da6785464021889eaa672)
* Fix test for jinja2_native preserve quotes (#79131)
Fixes https://github.com/ansible/ansible/pull/79119#discussion_r993752129
(cherry picked from commit 3a6eca6670de77dd7d9f2713e5e1289b4a005683)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/79083-jinja2_native-preserve-quotes-in-strings.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/79083-jinja2_native-preserve-quotes-in-strings.yml b/changelogs/fragments/79083-jinja2_native-preserve-quotes-in-strings.yml new file mode 100644 index 0000000000..f68c80f09f --- /dev/null +++ b/changelogs/fragments/79083-jinja2_native-preserve-quotes-in-strings.yml @@ -0,0 +1,2 @@ +bugfixes: + - "jinja2_native: preserve quotes in strings (https://github.com/ansible/ansible/issues/79083)" |