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