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
commit 60c8b9a67f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)."