Remove the "params". When the keys are not standard (step, value, params, type, name,desc...), consider it is a param, and add it to the "params" map passed to the module.
- regex.match:
params:
pattern: ro.k
string: rocK
should become
- regex.match:
pattern: ro.k
string: rocK
Remove the "params". When the keys are not standard (step, value, params, type, name,desc...), consider it is a param, and add it to the "params" map passed to the module.
should become