mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
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:
parent
98ea27847f
commit
3c2d7eb193
5 changed files with 55 additions and 2 deletions
2
changelogs/fragments/5129-dig-boolean-params-fix.yml
Normal file
2
changelogs/fragments/5129-dig-boolean-params-fix.yml
Normal 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).
|
Loading…
Add table
Add a link
Reference in a new issue