mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
updated hashi_vault to new listify, added to changelog
This commit is contained in:
@@ -154,6 +154,7 @@ New Inventory scripts:
|
||||
|
||||
New Lookups:
|
||||
* credstash
|
||||
* hashi_vault
|
||||
* ini
|
||||
|
||||
Other Notable Changes:
|
||||
|
||||
@@ -73,9 +73,6 @@ class LookupModule(LookupBase):
|
||||
|
||||
def run(self, terms, variables, **kwargs):
|
||||
|
||||
if isinstance(terms, basestring):
|
||||
terms = [ terms ]
|
||||
|
||||
vault_args = terms[0].split(' ')
|
||||
vault_dict = {}
|
||||
ret = []
|
||||
|
||||
Reference in New Issue
Block a user