mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Introduce dig lookup argument fail_on_error (#4973)
with default False for backwards compatibility. Allows fail-fast behavior on lookup failures instead of returning strings and continuing.
This commit is contained in:
parent
e2426707e2
commit
2662bc881f
2 changed files with 29 additions and 7 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- dig lookup plugin - add option ``fail_on_error`` to allow stopping execution on lookup failures (https://github.com/ansible-collections/community.general/pull/4973).
|
Loading…
Add table
Add a link
Reference in a new issue