ansible/lib/ansible/parsing
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
..
utils ansible/parsing: PEP8 compliancy (#24701) 2017-05-18 18:41:00 +01:00
vault Handle vault filenames with nonascii chars when displaying messages. Fixes #33879 (#33926) 2017-12-14 16:02:25 -06:00
yaml pylint fixes for vault related code (#27721) 2017-08-08 16:10:03 -04:00
__init__.py Fix typo in lib/ansible/parsing/__init__.py (#16761) 2016-07-20 18:03:50 -04:00
dataloader.py more info on yaml errors 2017-10-30 12:39:30 -04:00
metadata.py metadata 1.1 2017-08-15 23:12:08 -07:00
mod_args.py Remove shell module specialcases 2017-12-21 20:42:44 -08:00
plugin_docs.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
quoting.py ansible/parsing: PEP8 compliancy (#24701) 2017-05-18 18:41:00 +01:00
splitter.py Fix a unicodeerror so that we get the correct error message (#34058) 2017-12-19 16:26:30 -06:00