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

added raw to 'raw' modules

This commit is contained in:
Brian Coca 2015-06-02 08:54:37 -04:00
parent 620fad9f8d
commit e251e70178

View file

@ -274,6 +274,7 @@ class ModuleArgsParser:
'add_host',
'group_by',
'set_fact',
'raw',
'meta',
)
# if we didn't see any module in the task at all, it's not a task really