dependent lookup: prevent deprecation warning with ansible-core 2.14 (#5543) (#5547)

* Prevent deprecation warning.

* Improve naming and add comment.

(cherry picked from commit 60c8b9a67f)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-11-15 08:47:51 +01:00
committed by GitHub
parent bc83586c15
commit b23fdc3be3
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "dependent lookup plugin - avoid warning on deprecated parameter for ``Templar.template()`` (https://github.com/ansible-collections/community.general/pull/5543)."