Always return the original secret content

pull/6720/head
laszlojau 2023-06-17 21:58:45 +09:30
parent f15b3af870
commit a9fb96e165
No known key found for this signature in database
GPG Key ID: 774C18E747321566
1 changed files with 2 additions and 3 deletions

View File

@ -300,9 +300,8 @@ class TSSClient(object):
i['itemValue'] = "*** Not Valid For Display ***"
else:
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):
display.debug("tss_lookup term: %s" % term)