mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
[doc] update requirements for all consul modules/lookups (#10863)
* [doc] update requirements for consul_kv module
python-consul has been unmaintained for a while. It uses a legacy way of passing the Consul token when sending requests. This leads to warning messages in Consul log, and will eventually break communication. Using the maintained py-consul library ensures compatibility to newer Consul versions.
* [doc] replace all python-consul occurrences with py-consul
* [fix] tests and possible pip server errors
* [chore] remove referencce to python-consul in comment
---------
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| consul_agent_check.yml | ||
| consul_agent_service.yml | ||
| consul_auth_method.yml | ||
| consul_binding_rule.yml | ||
| consul_general.yml | ||
| consul_kv.yml | ||
| consul_policy.yml | ||
| consul_role.yml | ||
| consul_session.yml | ||
| consul_token.yml | ||
| main.yml | ||