community.general/lib/ansible
James Cammarata daf533c80e V2 fixes
* PluginLoader class will now be more selective about loading some
  plugin classes, if a required base class is specified (used to avoid
  loading v1 plugins that have changed significantly in their apis)
* Added ability for the connection info class to read values from a
  given hosts variables, to support "magic" variables
* Added some more magic variables to the VariableManager output
* Fixed a bug in the ActionBase class, where the module configuration
  code was not correctly handling unicode
2015-05-11 11:29:48 -05:00
..
cli started implementing syntax check 2015-05-08 19:19:03 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor V2 fixes 2015-05-11 11:29:48 -05:00
galaxy Making the switch to v2 2015-05-03 21:47:26 -05:00
inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
module_utils Merge branch 'devel' into v2_final 2015-05-04 16:35:11 -05:00
modules Update v2 module refs 2015-05-11 09:28:19 -07:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Fix format strings for python2.6 2015-05-08 13:11:04 -07:00
playbook made playbook include taggable, removed unused conditional import 2015-05-08 14:26:06 -04:00
plugins V2 fixes 2015-05-11 11:29:48 -05:00
template Making the switch to v2 2015-05-03 21:47:26 -05:00
utils Making the switch to v2 2015-05-03 21:47:26 -05:00
vars V2 fixes 2015-05-11 11:29:48 -05:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py Making the switch to v2 2015-05-03 21:47:26 -05:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00