mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fixed frozen set, missing iterable
This commit is contained in:
@@ -26,7 +26,7 @@ from ansible.plugins import module_loader
|
||||
from ansible.parsing.splitter import parse_kv
|
||||
|
||||
# For filtering out modules correctly below
|
||||
RAW_PARAM_MODULES = frozenset(
|
||||
RAW_PARAM_MODULES = ([
|
||||
'command',
|
||||
'shell',
|
||||
'script',
|
||||
@@ -37,7 +37,7 @@ RAW_PARAM_MODULES = frozenset(
|
||||
'set_fact',
|
||||
'raw',
|
||||
'meta',
|
||||
)
|
||||
])
|
||||
|
||||
class ModuleArgsParser:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user