diff options
author | Matt Martz <matt@sivel.net> | 2020-06-08 19:58:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 19:58:03 +0200 |
commit | c1c6f61a182be0d8eb81f142dac4321113992bac (patch) | |
tree | d7a1a1562c6e1d81246aa013f083f9b19bf0dff3 /changelogs | |
parent | ansible-doc: properly handle suboptions (#69795) (diff) | |
download | ansible-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.yml | 3 |
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) |