mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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. |
||
|---|---|---|
| .. | ||
| role | ||
| __init__.py | ||
| test_attribute.py | ||
| test_base.py | ||
| test_block.py | ||
| test_conditional.py | ||
| test_helpers.py | ||
| test_included_file.py | ||
| test_play.py | ||
| test_play_context.py | ||
| test_playbook.py | ||
| test_taggable.py | ||
| test_task.py | ||