mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
Remove a useless section, only act on 'shell' (#16205)
This commit is contained in:
@@ -114,11 +114,6 @@ class ModuleArgsParser:
|
||||
to shell/command being treated special and nothing else
|
||||
'''
|
||||
|
||||
# don't handle non shell/command modules in this function
|
||||
# TODO: in terms of the whole app, should 'raw' also fit here?
|
||||
if action not in ['shell', 'command']:
|
||||
return (action, args)
|
||||
|
||||
# the shell module really is the command module with an additional
|
||||
# parameter
|
||||
if action == 'shell':
|
||||
|
||||
Reference in New Issue
Block a user