summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/strategy/debug.py
Commit message (Expand)AuthorAgeFilesLines
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* Enable documentation in pluginsBrian Coca2017-03-231-0/+23
* Use isinstance instead of type() comparisons. isinstance is more robustToshio Kuratomi2017-02-161-1/+1
* import reduce from six label:python3 (#18561)koralsky2016-11-221-0/+1
* Add max_passes to the debug strategy override of _process_pending_resultsJames Cammarata2016-09-221-2/+2
* Tweak the way the debug strategy imports the linear strategy parentJames Cammarata2016-08-051-2/+2
* Remove workaround for fixed bug. (#15340)Toshio Kuratomi2016-04-101-11/+7
* Add debug strategy plugin (#15125)Kishin Yagami2016-04-081-0/+162