community.general/lib/ansible/executor
Brian Coca 5a1887cc76 correctly handle term signals
- adhoc now terminates gracefully
- avoid race condition on terminations by ignoring errors if
  worker might have been reaped between checking if active and termination call
- ansible-playbook now properly exits on sigint/term
- adhoc and playbook now give exceptions that we should not normally capture
  and rely on top level finally to reap children
- handle systemexit breaks in workers
- added debug to see at which frame we exit
partial fix for #14346
2016-02-08 09:51:16 -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 add REPLACER_SELINUX back into module_common 2015-11-16 16:35:55 -05:00
play_iterator.py Merge pull request #14280 from bcoca/always_tag_setup 2016-02-05 10:33:34 -05:00
playbook_executor.py correctly handle term signals 2016-02-08 09:51:16 -05:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Squashing was occuring even though pkgs didn't have a template that would be affected by squash 2016-01-27 21:55:00 -08: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