I have had tasks work for each of these 'with_items' scenarios at one point or another:
with_items: ec2.instances
or
with_items: '{{ ec2.instances }}'
or
with_items: "{{ ec2.instances }}"
How do I know when to use the correct one. If I knew, then I wouldn't be running into a trial-and-error situation as much of the time.
Thanks for the help!