mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-05 12:52:48 +00:00
Update library/ec2
bumping up min_count value.
This commit is contained in:
committed by
Michael DeHaan
parent
b0ecfbb26d
commit
de833b3ae0
@@ -160,7 +160,7 @@ def main():
|
||||
|
||||
try:
|
||||
res = ec2.run_instances(image, key_name = key_name,
|
||||
min_count = 1, max_count = count,
|
||||
min_count = count, max_count = count,
|
||||
security_groups = [group],
|
||||
instance_type = instance_type,
|
||||
kernel_id = kernel,
|
||||
|
||||
Reference in New Issue
Block a user