mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added deleteOnTermination in the output of list option
This commit is contained in:
parent
e9071c62ba
commit
7dd5ec5373
1 changed files with 2 additions and 1 deletions
|
@ -409,7 +409,8 @@ def main():
|
||||||
'attachment_set': {
|
'attachment_set': {
|
||||||
'attach_time': attachment.attach_time,
|
'attach_time': attachment.attach_time,
|
||||||
'device': attachment.device,
|
'device': attachment.device,
|
||||||
'status': attachment.status
|
'status': attachment.status,
|
||||||
|
'deleteOnTermination': attachment.deleteOnTermination
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue