[stable-2.19] Fix slicing of tuples in templating (#85608) (#85661)

* Fix slicing of tuples in templating

* Improve lazy container test coverage
(cherry picked from commit 00fe38215c)
This commit is contained in:
Matt Clay
2025-08-15 12:24:39 -07:00
committed by GitHub
parent 0718473815
commit 3c1e46435b
3 changed files with 33 additions and 6 deletions
@@ -0,0 +1,2 @@
bugfixes:
- templating - Fix slicing of tuples in templating (https://github.com/ansible/ansible/issues/85606).