community.general/lib/ansible/executor/process
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
..
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
result.py correctly handle term signals 2016-02-08 09:51:16 -05:00
worker.py correctly handle term signals 2016-02-08 09:51:16 -05:00