mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
efs: include name in results (#23931)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user