I appear to be having a problem when trying to pass a list of hosts to delegate_to, within a role.
(Simplified examples to demonstrate the behavior I am seeing, using freshly cloned version from Github)
This works as expected:
site.yml
`
I appear to be having a problem when trying to pass a list of hosts to delegate_to, within a role.
(Simplified examples to demonstrate the behavior I am seeing, using freshly cloned version from Github)
This works as expected:
site.yml
`
This sounds like it could be related to https://github.com/ansible/ansible/issues/7535 … please see if it is the same.
Many thanks for the pointer to that bug. Pulling ansible 1.7 (devel d9df607972) seems to have cleared the issue and all is working as I had hoped, so it does look like it was a related issue.