mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix for lookup/consul_kv environment varibles handling (#303)
* 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>
This commit is contained in:
parent
ced14746a8
commit
4c42d0971f
2 changed files with 32 additions and 16 deletions
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
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).
|
Loading…
Add table
Add a link
Reference in a new issue