mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-11 03:10:59 +00:00
set type and default value
This commit is contained in:
@@ -1155,7 +1155,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