community.general/lib/ansible/executor
Brian Coca 38120c1075 termination handling
- moved to base cli class to handle centrally and duplicate less code
- now avoids duplication and reiteration of signal handler by reassigning it
- left note on how to do non-graceful in case we add in future
  as I won't remember everything i did here and don't want to 'relearn' it.
2016-02-10 15:35:30 -05:00
..
process correctly handle term signals 2016-02-08 09:51:16 -05:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Clarify error message when module replacer encounters a bad import line for module_utils code 2016-02-10 08:46:17 -08:00
play_iterator.py Merge pull request #14280 from bcoca/always_tag_setup 2016-02-05 10:33:34 -05:00
playbook_executor.py termination handling 2016-02-10 15:35:30 -05:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Catch exceptions during module execution so they don't fail the worker 2016-02-10 09:22:57 -05:00
task_queue_manager.py correctly handle term signals 2016-02-08 09:51:16 -05:00
task_result.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00