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

* Prevent deprecation warning.

* Improve naming and add comment.
This commit is contained in:
Felix Fontein
2022-11-15 08:12:09 +01:00
committed by GitHub
parent 672385309c
commit 60c8b9a67f
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)."