You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/plugins
Toshio Kuratomi 2e87c1f74e Two fixes to action plugins
* Fix the task_vars parameter to not default to a mutable type (dict)
* Implement invocation in the base class's run() method have each action
  module call the run() method's implemention in the base class.
* Return values from the action plugins' run() method takes the return
  value from the base class run() method into account so that invocation
  makes its way to the output.

Fixes #12869
9 years ago
..
action Two fixes to action plugins 9 years ago
cache Simplify FactCache.copy() 9 years ago
callback Reorganizing plugin unit tests and adding start of strategy tests (v2) 9 years ago
connections corrected all missing paths changes 9 years ago
filter Reorganizing plugin unit tests and adding start of strategy tests (v2) 9 years ago
inventory Reorganizing plugin unit tests and adding start of strategy tests (v2) 9 years ago
lookup Fix problem with "=" in the initial file path. 9 years ago
shell Reorganizing plugin unit tests and adding start of strategy tests (v2) 9 years ago
strategies corrected all missing paths changes 9 years ago
vars Reorganizing plugin unit tests and adding start of strategy tests (v2) 9 years ago
__init__.py Making the switch to v2 10 years ago
test_plugins.py Fix unit test for plugins after basedir/push_basedir removal 9 years ago