mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-08 19:50:30 -07:00
Always return the original secret content
This commit is contained in:
parent
f15b3af870
commit
a9fb96e165
1 changed files with 2 additions and 3 deletions
|
@ -300,9 +300,8 @@ class TSSClient(object):
|
||||||
i['itemValue'] = "*** Not Valid For Display ***"
|
i['itemValue'] = "*** Not Valid For Display ***"
|
||||||
else:
|
else:
|
||||||
raise AnsibleOptionsError("File download path does not exist")
|
raise AnsibleOptionsError("File download path does not exist")
|
||||||
return obj
|
|
||||||
else:
|
return self._client.get_secret_json(secret_id)
|
||||||
return self._client.get_secret_json(secret_id)
|
|
||||||
|
|
||||||
def get_secret_ids_by_folderid(self, term):
|
def get_secret_ids_by_folderid(self, term):
|
||||||
display.debug("tss_lookup term: %s" % term)
|
display.debug("tss_lookup term: %s" % term)
|
||||||
|
|
Loading…
Add table
Reference in a new issue