Issue using delegate_to and with_items

Hi,

Is the use of delegate_to with with_items supposed to work ?

$ ansible --version ansible 2.0.1.0 config file = /vagrant/sysadmin/ansible/atlassian/ansible.cfg configured module search path = /usr/local/share/ansible_modules/

Using the following playbook show that it always delegate to the first item, is it a bug ?

`

this seems related:
https://github.com/ansible/ansible/issues/14166

This is fixed with ansible 2.0.2.0
sorry for the noise.