diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2024-12-06 16:44:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-06 16:44:08 +0100 |
commit | ac110eb012dda51c4c192a97b5c05cf60055c010 (patch) | |
tree | 8060a408bc88fe7fcb995f60fdc8a63d5ff71585 /changelogs | |
parent | test: Remove dead code (#84436) (diff) | |
download | ansible-ac110eb012dda51c4c192a97b5c05cf60055c010.tar.xz ansible-ac110eb012dda51c4c192a97b5c05cf60055c010.zip |
lookup_template: added trim_blocks option (#84254)
* Allow user to control the trimming of blocks while templating
* Added tests
* Updated documentation and example
Fixes: #75962
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/trim_blocks.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/trim_blocks.yml b/changelogs/fragments/trim_blocks.yml new file mode 100644 index 0000000000..80eba8a1a7 --- /dev/null +++ b/changelogs/fragments/trim_blocks.yml @@ -0,0 +1,3 @@ +--- +minor_changes: + - lookup_template - add an option to trim blocks while templating (https://github.com/ansible/ansible/issues/75962). |