hey folks, I was wondering if someone might know of a way to keep the uncompressed ansiballz code around without deleting it or editing the ansible source?
I specify ANSIBLE_KEEP_REMOTE_FILES, and that keeps around the module in its compressed state that I later can run "python /some/module/here.py explode" on to get to the code, but I'm interested in seeing the files as they exist when run. Something is creating them on my box (for example) at this location. /private/var/folders/jc/9d1188j962931rhqrlm4173w5j5m45/T/ansible_cknQdU/ansible_modlib.zip/ansible/module_utils/six.py When I use explode, it puts them at /Users/trupp/.ansible/tmp/ansible-tmp-1474071763.24-173540062068376/debug_dir And refers to this location in the -vvvv output /Users/trupp/.ansible/tmp/ansible-tmp-1474071763.24-173540062068376/some_module.py Thanks, tim -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
