community.general/lib/ansible/plugins/strategy
James Cammarata 1714279b5e Tweak the way the debug strategy imports the linear strategy parent
Due to the way we load plugins, internally to Python there can be issues when
the debug strategy is loaded after the linear strategy. To work around this,
we're changing the import line for the linear strategy to avoid the problem.

Related to #16825
2016-08-05 10:06:50 -05:00
..
__init__.py Add a function to check for killed processes in all strategies (#16684) 2016-07-14 16:37:35 -04:00
debug.py Tweak the way the debug strategy imports the linear strategy parent 2016-08-05 10:06:50 -05:00
free.py Properly template task names in free strategy 2016-06-15 09:49:04 +02:00
linear.py Fix unreachable host/any_errors_fatal bug in linear strategy 2016-07-12 03:01:47 -05:00