Merge pull request #13174 from sebi-hgdata/sebi/consul_kv_issue
Consul kv lookup super invocation fixpull/4420/head
commit
2083a2dffa
|
@ -75,7 +75,7 @@ class LookupModule(LookupBase):
|
|||
|
||||
def __init__(self, loader=None, templar=None, **kwargs):
|
||||
|
||||
super(LookupBase, self).__init__(loader, templar, **kwargs)
|
||||
super(LookupModule, self).__init__(loader, templar, **kwargs)
|
||||
|
||||
self.agent_url = 'http://localhost:8500'
|
||||
if os.getenv('ANSIBLE_CONSUL_URL') is not None:
|
||||
|
|
Loading…
Reference in New Issue