1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Adding raw module to list of modules allowing raw params

Fixes #11119
This commit is contained in:
James Cammarata 2015-06-02 08:41:58 -05:00
parent e251e70178
commit bc041ffea0

View file

@ -266,6 +266,7 @@ class ModuleArgsParser:
# FIXME: this should probably be somewhere else
RAW_PARAM_MODULES = (
'raw',
'command',
'shell',
'script',