Looking through the code nothing's jumping out at me. The symptom you describe where this sometimes works and sometimes doesn't screams race condition but I'm not seeing where that's happening. I think we'll need a reproducer in order to diagnose from our side.
Failing that, if you're comfortable with python code you might look at instrumenting _execute_module in ansible/runner/__init__.py to see if you can pin down where the value of tmp is being lost. -Toshio On Wed, Nov 5, 2014 at 11:16 AM, Paul Becker <[email protected]> wrote: > Yes, set by /etc/ansible/ansible.cfg > > -- > 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/805bb5fe-8053-4138-9463-bcec49bc147b%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. -- 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/CAG9juEpVksSqUnUc7VthO6CGSyNq21rpUvfxMNgj4FL6wnTUmw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
