From 29a7d1a4f1ce997e6612f58602bdd70a61a2f9ce Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 17 Oct 2024 08:41:36 +0200 Subject: [PATCH] logdetective: add missing handlers --- playbooks/groups/logdetective.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/groups/logdetective.yml b/playbooks/groups/logdetective.yml index e83c6a26f0..15a774dd4a 100644 --- a/playbooks/groups/logdetective.yml +++ b/playbooks/groups/logdetective.yml @@ -29,6 +29,9 @@ - /srv/private/ansible/vars.yml - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml + handlers: + - import_tasks: "{{ handlers_path }}/restart_services.yml" + pre_tasks: - import_tasks: "{{ tasks_path }}/yumrepos.yml"