mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +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
|
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
|
# the shell module really is the command module with an additional
|
||||||
# parameter
|
# parameter
|
||||||
if action == 'shell':
|
if action == 'shell':
|
||||||
|
|||||||
Reference in New Issue
Block a user