mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
It turns out that some of the assumptions in #5885 were slightly off. The previous fix relied on a call to the module to creat a tmp_path. This is insufficent as there are few cases that we need to have the tmp directory before we make the module call. If we don't have a tmp_path before we do a recursive call or when we find a file that does not match the remote md5 hash we need to create a tmp directory. Also we are not more percise when we will need to clean up the remote tmp_path. |
||
---|---|---|
.. | ||
__init__.py | ||
add_host.py | ||
assemble.py | ||
async.py | ||
copy.py | ||
debug.py | ||
fail.py | ||
fetch.py | ||
group_by.py | ||
include_vars.py | ||
normal.py | ||
pause.py | ||
raw.py | ||
script.py | ||
set_fact.py | ||
synchronize.py | ||
template.py | ||
unarchive.py |