community.general/lib/ansible/modules/commands
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.
2017-12-21 20:42:44 -08:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
command.py Remove shell module specialcases 2017-12-21 20:42:44 -08:00
expect.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
raw.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
script.py Add proper check mode support to the script module (#31852) 2017-11-13 15:33:44 -08:00
shell.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
telnet.py Add alias to command option in telnet (#30825) 2017-09-28 18:07:37 +05:30