mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
4c42d0971f
* suppress exceptions for optional env variables * Options handling switched to "get_option" approach * Put back _raw option for documentation purposes * Fix url option description * remove ini section * Docs fixed * force rebuild to fix aix tests * Point returned in order to have full sentence in description * Add general arguments fix information to changelog fragments * Add PR link to changelog fragments Co-authored-by: Felix Fontein <felix@fontein.de> * Fix port/scheme handlng in case they weren't provided in URL argument * Add argument type for url Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Denis Savenko <denis.savenko@tonicforhealth.com> Co-authored-by: Felix Fontein <felix@fontein.de>
4 lines
260 B
YAML
4 lines
260 B
YAML
---
|
|
bugfixes:
|
|
- consul_kv lookup - fix ``ANSIBLE_CONSUL_URL`` environment variable handling (https://github.com/ansible/ansible/issues/51960).
|
|
- consul_kv lookup - fix arguments handling (https://github.com/ansible-collections/community.general/pull/303).
|