community.general/lib/ansible/executor
J. Javier Maestro 828b73dd2d Fix: create retry_files_save_path if it doesn't exist (#15659)
* 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 :)
2016-06-10 09:30:06 -04:00
..
process Tweak the poll time to 0.005 to improve perf with large playbooks 2016-06-06 11:24:32 -05:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Port urls.py to python3 and other byte vs text fixes (#16124) 2016-06-04 16:19:57 -07:00
play_iterator.py Create state in PlayIterator for unknown hosts rather than raise errors 2016-06-07 09:42:39 -05:00
playbook_executor.py Fix: create retry_files_save_path if it doesn't exist (#15659) 2016-06-10 09:30:06 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Fix the error handling for loop squashing to restore the name argument into the task args 2016-05-21 07:07:26 -07:00
task_queue_manager.py Expand return code values returned by TQM and strategies 2016-06-08 10:21:57 -05:00
task_result.py add jimi-c's unit test for squashed skip results, tweaked is_skipped() logic to pass 2016-05-05 15:29:10 -07:00