Hey,
I have Ansible version 2.0.0.2 running in OS X.
I have noticed that when delegate_to is used together with with_items, only the first item in the list is executed and the rest are just ignored (although they show up in Ansible’s play output).
Here is an example:
I want to disable Apache httpd instance (hostname apachevm1) in a group of HAProxy load balancers (hostnames haproxyvm1 and haproxyvm2). The HAProxy hosts are in a group named lb.