mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Always return the original secret content
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user