mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 08:11:12 +00:00
* Adds support to get value from Consul KV. * Updates documentation. * Corrects GRL copyright years. * Resolves PEP 8 issues. * Changes consul_kv NOT_SET value to `None`. * Support getting Consul KV values recursively. * Adds example of retrieving key value.