[stable-2.19] Fix filter plugin result processing (#85653) (#85662)

(cherry picked from commit 76748b8478)
This commit is contained in:
Matt Clay
2025-08-15 12:22:27 -07:00
committed by GitHub
parent db4973572a
commit 0718473815
3 changed files with 25 additions and 2 deletions
@@ -0,0 +1,3 @@
bugfixes:
- templating - Ensure filter plugin result processing occurs under the correct call context.
(https://github.com/ansible/ansible/issues/85585)