ansible/lib/ansible
Toshio Kuratomi 7ce130212f Cleanup some minor issues in PluginLoader:
* class_only was a keyword arg of get() and all() that was mistakenly
  passed on to Plugins.  Be sure to strip it from the keyword args
  before instantiating Plugins.  (Reworked API probably should either
  not instantiate Plugins or take the args for the Plugin as a separate
  list and a dict.)
* Checking required base_classes was only done in get() and only if
  class_only was False (ie: that Plugin was instantiated).  This meant
  that different plugins could be found depending on whether the call
  was to .get() or to all() and whether it was for classes or instances.
  Fixed so that required base_classes are always checked.
2016-03-21 09:54:37 -07:00
..
cli Merge pull request #9776 from MiLk/fixes/git-repo-info-branch 2016-03-18 18:08:02 +05:30
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 Renaming per-item and retry callbacks 2016-03-18 15:17:43 -04:00
galaxy Remove trailing whitespace from the galaxy init Jinja2 template. Default a description. 2016-03-15 16:27:33 -05:00
inventory added warning for when host file doesn't exist 2016-02-29 16:18:06 -05:00
module_utils Update nxos.py 2016-03-18 15:55:41 -05:00
modules Update to latest git submodules 2016-03-20 08:03:58 -07:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Catch ValueError as well because of El Capitan provoking a bug in python2's subprocess 2016-03-18 05:52:53 -07:00
playbook Fixing role param precedence issues 2016-03-20 11:09:32 -04:00
plugins Cleanup some minor issues in PluginLoader: 2016-03-21 09:54:37 -07:00
template Merge pull request #14504 from bcoca/template_comments 2016-03-06 10:45:18 -05:00
utils Merge pull request #14679 from dagwieers/merge_hash_v2 2016-03-19 12:58:42 -04:00
vars Fixing role param precedence issues 2016-03-20 11:09:32 -04: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 Make ohai and facter work via module_utils Fact classes rather than in the setup module 2016-03-14 14:53:29 -07:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00