From 5622fee2fb594744418cf387d5d67c0fef87f215 Mon Sep 17 00:00:00 2001 From: shenlan Date: Tue, 23 Sep 2025 11:30:55 +0800 Subject: [PATCH] Fix blackbox_exporter handler syntax --- playbooks/roles/vhosts/blackbox_exporter/handlers/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbooks/roles/vhosts/blackbox_exporter/handlers/main.yml b/playbooks/roles/vhosts/blackbox_exporter/handlers/main.yml index f74892a..ec79359 100644 --- a/playbooks/roles/vhosts/blackbox_exporter/handlers/main.yml +++ b/playbooks/roles/vhosts/blackbox_exporter/handlers/main.yml @@ -2,10 +2,8 @@ - name: Daemon reload ansible.builtin.systemd: daemon_reload: true - listen: Daemon reload - name: Restart blackbox ansible.builtin.systemd: name: blackbox state: restarted - listen: Restart blackbox