2.5: delegate_to, include_role with loops
There is a horrible regression in Ansible 2.5.
In Ansible version 2.4, if you have combination of delegate_to
and include_role
a given role was delegated to specified host. In Ansible 2.5 delegated role will be executed on the…