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:
parent
f15b3af870
commit
a9fb96e165
1 changed files with 2 additions and 3 deletions
|
@ -300,8 +300,7 @@ 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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue