Always return a list even if its empty.
This commit is contained in:
parent
6e7773e9b8
commit
8a4d6577a1
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ def enforce_count(module, ec2):
|
|||
|
||||
changed = None
|
||||
checkmode = False
|
||||
instance_dict_array = None
|
||||
instance_dict_array = []
|
||||
changed_instance_ids = None
|
||||
|
||||
if len(instances) == exact_count:
|
||||
|
|
Loading…
Reference in a new issue