Merge pull request #8773 from mrevilme/ec2_fix_instances_list
Always return a list even if its empty.
This commit is contained in:
commit
3bd4acb7af
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