mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Include volume encryption status in 'ec2_vol_facts' module (#19017)
This commit is contained in:
committed by
Ryan Brown
parent
e18bc0d6f0
commit
cb9b5ab146
@@ -81,6 +81,7 @@ def get_volume_info(volume):
|
||||
volume_info = {
|
||||
'create_time': volume.create_time,
|
||||
'id': volume.id,
|
||||
'encrypted': volume.encrypted,
|
||||
'iops': volume.iops,
|
||||
'size': volume.size,
|
||||
'snapshot_id': volume.snapshot_id,
|
||||
|
||||
Reference in New Issue
Block a user