mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
efs: include name in results (#23931)
This commit is contained in:
parent
380ac577c6
commit
d021d8f16b
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ class EFSConnection(object):
|
|||
**kwargs
|
||||
)
|
||||
for item in items:
|
||||
item['Name'] = item['CreationToken']
|
||||
item['CreationTime'] = str(item['CreationTime'])
|
||||
"""
|
||||
Suffix of network path to be used as NFS device for mount. More detail here:
|
||||
|
|
Loading…
Reference in a new issue