mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-22 16:51:17 +00:00
Added more info to the no action detected error
Error fix
This commit is contained in:
@@ -301,7 +301,7 @@ class ModuleArgsParser:
|
||||
obj=self._task_ds)
|
||||
|
||||
else:
|
||||
raise AnsibleParserError("no action detected in task", obj=self._task_ds)
|
||||
raise AnsibleParserError("no action detected in task. This often indicates a misspelled module name, or incorrect module path.", obj=self._task_ds)
|
||||
elif args.get('_raw_params', '') != '' and action not in RAW_PARAM_MODULES:
|
||||
templar = Templar(loader=None)
|
||||
raw_params = args.pop('_raw_params')
|
||||
|
||||
Reference in New Issue
Block a user