Add run_once/BYPASS_HOST_LOOP feature in v2

This commit is contained in:
James Cammarata
2015-03-02 12:38:45 -06:00
parent 4af2d0a907
commit f12695f287
4 changed files with 24 additions and 0 deletions

View File

@@ -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)