updated hashi_vault to new listify, added to changelog
This commit is contained in:
parent
4399ddc7da
commit
7666bde666
2 changed files with 1 additions and 3 deletions
|
@ -154,6 +154,7 @@ New Inventory scripts:
|
||||||
|
|
||||||
New Lookups:
|
New Lookups:
|
||||||
* credstash
|
* credstash
|
||||||
|
* hashi_vault
|
||||||
* ini
|
* ini
|
||||||
|
|
||||||
Other Notable Changes:
|
Other Notable Changes:
|
||||||
|
|
|
@ -73,9 +73,6 @@ class LookupModule(LookupBase):
|
||||||
|
|
||||||
def run(self, terms, variables, **kwargs):
|
def run(self, terms, variables, **kwargs):
|
||||||
|
|
||||||
if isinstance(terms, basestring):
|
|
||||||
terms = [ terms ]
|
|
||||||
|
|
||||||
vault_args = terms[0].split(' ')
|
vault_args = terms[0].split(' ')
|
||||||
vault_dict = {}
|
vault_dict = {}
|
||||||
ret = []
|
ret = []
|
||||||
|
|
Loading…
Reference in a new issue