You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
10 years ago
..
process correctly handle term signals 10 years ago
__init__.py Making the switch to v2 11 years ago
module_common.py add REPLACER_SELINUX back into module_common 10 years ago
play_iterator.py Merge pull request #14280 from bcoca/always_tag_setup 10 years ago
playbook_executor.py correctly handle term signals 10 years ago
stats.py Making the switch to v2 11 years ago
task_executor.py Squashing was occuring even though pkgs didn't have a template that would be affected by squash 10 years ago
task_queue_manager.py correctly handle term signals 10 years ago
task_result.py Break apart a looped dependency to show a warning when parsing playbooks 10 years ago