With "gather_facts: false" it is instantaneous. I had already tried the verbose output, and it shows the following line where it gets stuck:
<localhost> u'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /Users/luismarques/.ansible/tmp/ansible-tmp-1424825965.19-173089065311241/setup; rm -rf /Users/luismarques/.ansible/tmp/ansible-tmp-1424825965.19-173089065311241/ >/dev/null 2>&1'] I had tried to interrupt ansible (ctrl-C) and run that python command manually, and it had output some JSON after the two minutes (the facts?). It didn't show any intermediate debug output. I'm running ansible 1.8.3. Is the gather_facts flag the proper solution, or is it just a workaround? Smooge: regarding your slow machines with fast execution, were you using "gather_facts: false"? -- 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/aa96c69b-d52f-4ac3-8bfa-8aad74ddd698%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
