summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2020-06-08 19:58:03 +0200
committerGitHub <noreply@github.com>2020-06-08 19:58:03 +0200
commitc1c6f61a182be0d8eb81f142dac4321113992bac (patch)
treed7a1a1562c6e1d81246aa013f083f9b19bf0dff3 /changelogs
parentansible-doc: properly handle suboptions (#69795) (diff)
downloadansible-c1c6f61a182be0d8eb81f142dac4321113992bac.tar.xz
ansible-c1c6f61a182be0d8eb81f142dac4321113992bac.zip
Auto unroll generators produced by jinja filters (#68014)
* Auto unroll generators produced by jinja filters * Unroll for native in finalize * Fix indentation Co-authored-by: Sam Doran <sdoran@redhat.com> * Add changelog fragment * ci_complete * Always unroll regardless of jinja2 * ci_complete Co-authored-by: Sam Doran <sdoran@redhat.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/68014-auto-unroll-jinja2-generators.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/68014-auto-unroll-jinja2-generators.yml b/changelogs/fragments/68014-auto-unroll-jinja2-generators.yml
new file mode 100644
index 0000000000..211d2fd665
--- /dev/null
+++ b/changelogs/fragments/68014-auto-unroll-jinja2-generators.yml
@@ -0,0 +1,3 @@
+minor_changes:
+- Templating - Add support to auto unroll generators produced by jinja2 filters, to prevent the need of explicit use of ``|list``
+ (https://github.com/ansible/ansible/pull/68014)