mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add run_once/BYPASS_HOST_LOOP feature in v2
This commit is contained in:
@@ -359,6 +359,7 @@ class TaskExecutor:
|
||||
loader=self._loader,
|
||||
module_loader=self._module_loader,
|
||||
)
|
||||
|
||||
if not handler:
|
||||
raise AnsibleError("the handler '%s' was not found" % handler_name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user