From 1d5c59523c75053b99a670bcd7bf20866dfa7f7f Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 10 Nov 2025 15:07:52 +0100 Subject: [PATCH] feat: include handlers --- playbook.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbook.yaml b/playbook.yaml index 091bbc9..e51100d 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -5,6 +5,12 @@ hosts: "all" serial: 2 become: true + + # import handlers + handlers: + - import_tasks: "handlers/main.yaml" + + # include tasks tasks: # load default variables