1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/plugins
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
..
action V2 fixes 2015-05-11 11:29:48 -05:00
cache Better fix for serializing/deserializing cache plugins (v2) 2015-05-07 23:56:33 -05:00
callback Making the switch to v2 2015-05-03 21:47:26 -05:00
connections Return a list instead of tuple when password is specified to ssh connection plugin (v2) 2015-05-06 08:47:23 -05:00
filter Fixing filter plugins directory from switch 2015-05-04 01:33:10 -05:00
inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
lookup Making the switch to v2 2015-05-03 21:47:26 -05:00
shell Making the switch to v2 2015-05-03 21:47:26 -05:00
strategies Properly fail out of the task loop in the linear strategy on failures (v2) 2015-05-05 13:41:32 -05:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py V2 fixes 2015-05-11 11:29:48 -05:00