summaryrefslogtreecommitdiff
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2019-03-20 09:37:34 -0400
committerToshio Kuratomi <a.badger@gmail.com>2019-03-22 11:33:07 -0700
commit6e4c344a6bcbad12edfb03d01517ab390634f35c (patch)
treeb3864fdccc7e392e1d6fd7d8424206326973466d /changelogs/fragments
parent917394110091748340be21a5d838466c87e1d5ee (diff)
downloadansible-6e4c344a6bcbad12edfb03d01517ab390634f35c.tar.gz
dict is dict (#54057)
(cherry picked from commit d1a688b1d71d27b43e18be2af276509c879f1f0a)
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/dict_is_dict.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/dict_is_dict.yml b/changelogs/fragments/dict_is_dict.yml
new file mode 100644
index 0000000000..53076782ff
--- /dev/null
+++ b/changelogs/fragments/dict_is_dict.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - allow 'dict()' jinja2 global to function the same even though it has changed in jinja2 versions