"Cannot find a handler for Task type" in playbooks #45
-
Hi all, We are having some trouble to make playbooks work. However we are able to launch tasks using For instance the plan playbooks::apt_update (
Array[String[1]] $hosts
) {
choria::task("apt",
"action" => "update",
"nodes" => $hosts,
)
} fails with the following error:
This "Cannot find a handler" error is encountered on every Is there something we are missing? It is our first try at playbooks so it could clearly be the case ;-) Thanks in advance for your help, -- |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I am guessing you want to run this kind of task? A puppet task? There's an unfortunate collision of terminology but seems like what you want https://choria.io/docs/tasks/usage/#running-a-task-1 |
Beta Was this translation helpful? Give feedback.
I am guessing you want to run this kind of task? A puppet task? There's an unfortunate collision of terminology but seems like what you want https://choria.io/docs/tasks/usage/#running-a-task-1