dig: Fix evaluation of boolean parameters (#5129)

* Add lookup_dig tests

* Fix boolean evaluation

* Add changelog fragment

* Apply review changes

* Add license
This commit is contained in:
Michal Hybner
2022-08-20 14:31:15 +02:00
committed by GitHub
parent 98ea27847f
commit 3c2d7eb193
5 changed files with 55 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- dig lookup plugin - fix evaluation of falsy values for boolean parameters ``fail_on_error`` and ``retry_servfail`` (https://github.com/ansible-collections/community.general/pull/5129).