mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
linting
This commit is contained in:
parent
91c8d06e6a
commit
1d57374c3e
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class LookupModule(LookupBase):
|
|||
for term in terms:
|
||||
key = term.split(' ')[0]
|
||||
consul_api = consul.Consul(host=host, port=port, scheme=scheme, token=token,
|
||||
dc=datacenter, verify=validate_certs, cert=client_cert)
|
||||
dc=datacenter, verify=validate_certs, cert=client_cert)
|
||||
|
||||
results = consul_api.kv.get(key,
|
||||
index=index,
|
||||
|
|
Loading…
Reference in a new issue