community.general/lib/ansible/cli
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 better fix for ansible-pull inventory handling 2016-02-02 14:22:15 -05:00
adhoc.py correctly handle term signals 2016-02-08 09:51:16 -05:00
doc.py fix plugin loading for Windows modules 2015-12-16 11:47:12 -08:00
galaxy.py Changes to convert to unicode at the borders 2016-01-28 10:56:46 -08:00
playbook.py Fixing a mistake from tweaking list stuff too much 2015-12-17 16:33:23 -05:00
pull.py better fix for ansible-pull inventory handling 2016-02-02 14:22:15 -05:00
vault.py Changes to convert to unicode at the borders 2016-01-28 10:56:46 -08:00