community.general/lib/ansible/plugins/strategy
Toshio Kuratomi 54acdd7ead Remove workaround for fixed bug. (#15340)
* Remove workaround for fixed bug.

The bug where PluginLoader required objects to directly inherit from
base_classes has been fixed.  Remove workaround from this strategy
plugin   Also switched to using super so that we don't have to modify
all of hte code anytime something like that happens.

* These should be to_uniocde because they're being sent to display()
2016-04-10 09:24:54 -07:00
..
__init__.py Make sure VariableManager has a view of HostVars 2016-04-05 11:32:28 -04:00
debug.py Remove workaround for fixed bug. (#15340) 2016-04-10 09:24:54 -07:00
free.py Fix free strategy, which was incorrectly using _wait_on_pending_results 2016-04-08 06:49:16 -04:00
linear.py fix TypeError: coercing to Unicode: need string or buffer, AnsibleParserError found 2016-03-17 00:56:47 +03:00