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