mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Merge pull request #7401 from atlashealth/ec2_set_ebs_optimized
ec2: set type and default for ebs_optimized flag
This commit is contained in:
@@ -1143,7 +1143,7 @@ def main():
|
||||
exact_count = dict(type='int', default=None),
|
||||
count_tag = dict(),
|
||||
volumes = dict(type='list'),
|
||||
ebs_optimized = dict(),
|
||||
ebs_optimized = dict(type='bool', default=False),
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user