1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Always return the original secret content

This commit is contained in:
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

View file

@ -300,8 +300,7 @@ 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)
def get_secret_ids_by_folderid(self, term):