Hey everyone I'm trying this combination, can't figure out what I'm doing wrong,
When I try the following it works - name: Wait for service wait_for: path: /tmp/node-41.log search_regex: 'Docker is up and running' delegate_to: localhost However when I try and loop over hosts group, it hangs forever. - name: Wait for service wait_for: path: /tmp/node-41.log search_regex: 'Docker is up and running' delegate_to: localhost with_items: hosts.manager Any ideas on why? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/7c5ecb69-11bf-4969-80f3-7b233f56e58e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
