1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

set type and default value

This commit is contained in:
Atlas Health 2014-05-13 22:00:22 -07:00
parent 97a7df7644
commit 342fef79a1

View file

@ -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),
)
)