mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Adding type int for count (in line with other cloud modules)
This commit is contained in:
@@ -1125,7 +1125,7 @@ def main():
|
|||||||
spot_price = dict(),
|
spot_price = dict(),
|
||||||
image = dict(),
|
image = dict(),
|
||||||
kernel = dict(),
|
kernel = dict(),
|
||||||
count = dict(default='1'),
|
count = dict(type='int', default='1'),
|
||||||
monitoring = dict(type='bool', default=False),
|
monitoring = dict(type='bool', default=False),
|
||||||
ramdisk = dict(),
|
ramdisk = dict(),
|
||||||
wait = dict(type='bool', default=False),
|
wait = dict(type='bool', default=False),
|
||||||
|
|||||||
Reference in New Issue
Block a user