mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
parent
6c3813ed37
commit
de18bcb95f
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ class TaskExecutor:
|
||||||
|
|
||||||
if self._task.action in self._shared_loader_obj.action_loader:
|
if self._task.action in self._shared_loader_obj.action_loader:
|
||||||
if self._task.async != 0:
|
if self._task.async != 0:
|
||||||
raise AnsibleError("async mode is not supported with the %s module" % module_name)
|
raise AnsibleError("async mode is not supported with the %s module" % self._task.action)
|
||||||
handler_name = self._task.action
|
handler_name = self._task.action
|
||||||
elif self._task.async == 0:
|
elif self._task.async == 0:
|
||||||
handler_name = 'normal'
|
handler_name = 'normal'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue