mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Adding type int for count (in line with other cloud modules)
This commit is contained in:
parent
f82ac9f8e9
commit
bebb11afeb
1 changed files with 1 additions and 1 deletions
|
@ -1125,7 +1125,7 @@ def main():
|
|||
spot_price = dict(),
|
||||
image = dict(),
|
||||
kernel = dict(),
|
||||
count = dict(default='1'),
|
||||
count = dict(type='int', default='1'),
|
||||
monitoring = dict(type='bool', default=False),
|
||||
ramdisk = dict(),
|
||||
wait = dict(type='bool', default=False),
|
||||
|
|
Loading…
Reference in a new issue