community.general/lib/ansible/plugins
Dag Wieers 0e160d5c7e Ensure exit_json returns failed = False
This is required for modules that may return a non-zero `rc` value for a
successful run, similar to #24865 for Windows fixing **win_chocolatey**.

We also disable the dependency on `rc` value only, even if `failed` was
set.

Adapted unit and integration tests to the new scheme.
Updated raw, shell, script, expect to take `rc` into account.
2017-05-30 14:56:31 -07:00
..
action Ensure exit_json returns failed = False 2017-05-30 14:56:31 -07:00
cache Be explicit about pickle protocol and encoding (#24454) 2017-05-12 18:04:48 -07:00
callback Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
connection enable su support for docker connection 2017-05-24 16:53:08 -07:00
filter Add a new filter: strftime. Use the well known function to format a date output. (#23832) 2017-04-21 11:48:45 -07:00
inventory fixed script plugin 2017-05-30 11:10:43 -04:00
lookup Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
shell improve become_method: runas error handling (#23328) 2017-04-06 01:34:30 -07:00
strategy Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
terminal Add eos changes for Python3 (#24600) 2017-05-24 19:40:38 +05:30
test Migrate most uses of if type() to if isinstance() 2017-04-04 08:17:20 -07:00
vars Pepe Ate 2017-05-25 11:38:53 -04:00
__init__.py properlly report plugin name 2017-05-30 11:10:43 -04:00