mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-11 02:25:36 +00:00
* feat(consul_kv): add empty_value option for null Consul values Add the ``empty_value`` option to the ``consul_kv`` lookup plugin, allowing users to control what is returned when a key exists in Consul but has a null/empty value. Defaults to ``'None'`` to preserve existing behaviour. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * feat(changelog): add fragment for PR 12120 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * feat(consul_kv): make empty_value a choices option Replace the free-form string empty_value with a choices option: textual_none (default, legacy behaviour), python_none, empty_string. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * docs(consul_kv): use dict form for empty_value choices Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| action | ||
| become | ||
| cache | ||
| callback | ||
| connection | ||
| doc_fragments | ||
| filter | ||
| inventory | ||
| lookup | ||
| module_utils | ||
| modules | ||
| plugin_utils | ||
| test | ||