community.general/lib/ansible
夏恺(Xia Kai) b33074b703 remove main_q for simplicity.
main_q is not used anywhere in the codebase.

It is created in TaskQueueManager._initialize_processes, bundled with rslt_q
into TaskQueueManger._workers, later unwrapped in StrategyBase but not used.
This queue is closed in TaskQueueManger._cleanup_processes.

Historically, it is passed as a init parameter into WorkerProcess,
introduced in 62d7956, but this behavior is changed in 120b9a7.

Signed-off-by: 夏恺(Xia Kai) <xiaket@gmail.com>
2016-03-04 07:58:18 +00:00
..
cli Rework the way ad-hoc filters inventory to match how cli/playbook does it 2016-02-25 12:36:44 -05:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Relocate use of ERROR to display class, to avoid doubling up 2016-01-19 12:10:39 -05:00
executor remove main_q for simplicity. 2016-03-04 07:58:18 +00:00
galaxy Fix bug 14715: Galaxy CLI paging error 2016-02-29 21:21:32 -05:00
inventory added warning for when host file doesn't exist 2016-02-29 16:18:06 -05:00
module_utils Merge pull request #14500 from yfried-redhat/fix_os_auth 2016-03-03 18:16:56 -05:00
modules update submodule refs 2016-02-29 16:43:30 -08:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing better task parsing errors 2016-03-03 19:51:15 -05:00
playbook better task parsing errors 2016-03-03 19:51:15 -05:00
plugins remove main_q for simplicity. 2016-03-04 07:58:18 +00:00
template Merge pull request #14537 from Yannig/devel_better_error_handling 2016-03-03 18:11:04 -05:00
utils Merge pull request #14774 from lamby/ignore-epipe-when-flushing-stdout-stderr 2016-03-03 14:26:20 -05:00
vars properly combine vars if merge is set 2016-02-12 00:55:17 -05:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py made max diff size configurable 2016-03-02 17:25:22 -05:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00