mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
While doing evil things with action plugins, I hit a code path in which the mkdir here was failing due to lack of parent dir. Changing this to makedirs made everything happy. Now, I'd obviously like to understand why the parent dir exists in some places and not others - but I could not find anywhere that C.DEFAULT_LOCAL_TMP is ensured to be created. |
||
---|---|---|
.. | ||
process | ||
__init__.py | ||
action_write_locks.py | ||
module_common.py | ||
play_iterator.py | ||
playbook_executor.py | ||
stats.py | ||
task_executor.py | ||
task_queue_manager.py | ||
task_result.py |