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
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.
8 years ago
..
cli dont warn on not matching 'all' (#32806) 8 years ago
compat Create a short license for PSF and MIT. (#32212) 8 years ago
config fix command warnings, add action warnings (#34060) 8 years ago
errors Remove uses of assert in production code (#32079) 8 years ago
executor simpler loop_control defaults (#34008) 8 years ago
galaxy Fix a typo in the readme of the skeleton used by ansible-galaxy. (#33807) 8 years ago
inventory dont warn on not matching 'all' (#32806) 8 years ago
module_utils Remove shell module specialcases 8 years ago
modules Remove shell module specialcases 8 years ago
parsing Remove shell module specialcases 8 years ago
playbook simpler loop_control defaults (#34008) 8 years ago
plugins Remove shell module specialcases 8 years ago
template [template/vars] Use to_native(exception) as a fallback for Python 3 which doesn't have a .message attribute (#34044) 8 years ago
utils influxdb: default hostname to localhost (#34117) 8 years ago
vars fix item var in delegation (#32986) 8 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py Fixes eos sending 'None' to device (#33015) 8 years ago
release.py Bump the versions now that devel is 2.5 8 years ago