hi all,
it looks like we are running into an odd, internal ansible bug, we are getting:
module_stdout: "/usr/bin/python: can’t open file ‘/root/.ansible/tmp/ansible-tmp-1513221896.59-46487435467258/my_module’
it doesn’t happen all the time, just sporadically.
is there a good way to track this down? i’ve tried looking at space on the remote machine, permissions, etc. i’ve set ANSIBLE_KEEP_REMOTE_FILES. i’ve run with -vvvv, and set the debug strategy in my playbooks.
all of this really doesn’t get at the issue, which looks like an ansible internal one.
is there a way to debug issues like this? is there a way to get a full stacktrace for errors like this that shows where the error is thrown from in the python world? what are some good entry points inside the code to start debugging from or tricks to force more internal debugging output (like a full stacktrace every time any internal ansible error is thrown)?
thanks so much for any help, this is really driving us crazy…
v