Commit a373088d by Emil Palm

Always return a list even if its empty.

parent b6a30a73
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment