From d40205f795a141804b535a589730fa3eca0d96e6 Mon Sep 17 00:00:00 2001 From: rene Date: Mon, 14 Mar 2022 16:42:31 +0100 Subject: [PATCH] global handlers --- handlers/main.yml => global_handlers/global_handlers.yml | 0 local.yml | 2 ++ 2 files changed, 2 insertions(+) rename handlers/main.yml => global_handlers/global_handlers.yml (100%) diff --git a/handlers/main.yml b/global_handlers/global_handlers.yml similarity index 100% rename from handlers/main.yml rename to global_handlers/global_handlers.yml diff --git a/local.yml b/local.yml index 0f3c438..7b02b55 100644 --- a/local.yml +++ b/local.yml @@ -1,5 +1,7 @@ --- - hosts: all + handlers: + - import_tasks: global_handlers/global_handlers.yml connection: local become: true