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/lib/ansible/plugins
Toshio Kuratomi 235bdfb996 Remove shell module specialcases
Shell is implemented via the command module.  There was a special case
in mod_args to do that.  Make shell into an action plugin to handle that
instead.

Also move the special case for the command nanny into a command module
action plugin.  This is more appropriate as we then do not have to send
a parameter that is only for the command module to every single module.
7 years ago
..
action Remove shell module specialcases 7 years ago
cache Config continued (#31024) 7 years ago
callback fix command warnings, add action warnings (#34060) 7 years ago
cliconf IOS XR cli tests move to network_cli (#34007) 7 years ago
connection ios integration tests to network_cli (#33920) 7 years ago
filter added slice filter for dicts 7 years ago
inventory Revert "YAML inventory unit test: fix test inventory format (#33828)" (#33869) 7 years ago
lookup Fix various RST warnings (#34084) 7 years ago
netconf fixes guess_os for netconf connections (#33671) 7 years ago
shell minor become/runas cleanup (#32564) 7 years ago
strategy simpler loop_control defaults (#34008) 7 years ago
terminal IOS XR cli tests move to network_cli (#34007) 7 years ago
test Deprecate tests used as filters (#32361) 7 years ago
vars Scan group_vars/host_vars in sorted order 7 years ago
__init__.py fixed up get_options in AnsiblePlugin to use the correct plugin name 7 years ago
loader.py add lookups to config system (#33026) 7 years ago