mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 12:59:09 -07:00
* Fix: create retry_files_save_path if it doesn't exist Ansible documentation states that retry_files_save_path directory will be created if it does not already exist. It currently doesn't, so this patch fixes it :) * Use makedirs_safe to ensure thread-safe dir creation @bcoca suggested to use the makedirs_safe helper function :) |
||
---|---|---|
.. | ||
process | ||
__init__.py | ||
module_common.py | ||
play_iterator.py | ||
playbook_executor.py | ||
stats.py | ||
task_executor.py | ||
task_queue_manager.py | ||
task_result.py |