summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Cleanup some minor issues in PluginLoader:pluginloader-cleanupsToshio Kuratomi2016-03-211-17/+31
* Merge pull request #14976 from xiaket/develToshio Kuratomi2016-03-211-2/+7
|\
| * import the base class and check whether this obj has the required base class.夏恺(Xia Kai)2016-03-211-2/+7
| * use __mro__ for plugin loading when we search for its base class.夏恺(Xia Kai)2016-03-151-1/+1
* | Support strategy_plugins setting in a configuration fileKishin Yagami2016-03-051-1/+1
|/
* Fix non-module plugins picking up files that did not end in .py.more-strict-plugin-lookupToshio Kuratomi2015-11-191-9/+9
* Catch import warnings in a common location for both get() and all()James Cammarata2015-11-101-5/+5
* Check sys.modules before loading modulesMarius Gedminas2015-11-101-0/+3
* Cleaning up FIXMEsJames Cammarata2015-10-221-7/+6
* Disable RuntimeWarnings during all() plugin loadingJames Cammarata2015-10-161-1/+5
* Reworking the way all() works in plugin_loaderJames Cammarata2015-10-141-4/+9
* Fix for user defined modules not overriding modules from core.win_prefix_modulesToshio Kuratomi2015-09-221-44/+100
* normalized plugin paths and names and configsBrian Coca2015-09-151-2/+2
* Revert "Fix order of loading of modules."Chris Church2015-09-111-28/+20
* Remove plugin._basedirs as we now use different data structures to achieve th...Toshio Kuratomi2015-09-101-28/+0
* Fix order of loading of modules.Toshio Kuratomi2015-09-091-20/+28
* Use templar all the way downJames Cammarata2015-08-041-0/+5
* Merge branch 'pluggable_jinja_tests' of https://github.com/quixoten/ansible i...James Cammarata2015-07-291-0/+7
* adding display to plugins and start moving debug to displayBrian Coca2015-07-231-5/+8
* fixed first_available_found for template, refactored into common functionBrian Coca2015-07-151-2/+1
* Make sure the basedir is unicodeJames Cammarata2015-07-121-1/+2
* Display a warning when using a deprecated moduleMatt Martz2015-06-121-0/+8
* V2 fixesJames Cammarata2015-05-111-12/+26
* Fix serialization bug for plugins (v2)James Cammarata2015-05-061-10/+20
* Add serializer/deserializer to plugin base object (v2)James Cammarata2015-05-061-0/+30
* Making the switch to v2James Cammarata2015-05-031-0/+334