From d655cc54e2951a36398b3e5f6ad5676c84ebb316 Mon Sep 17 00:00:00 2001 From: Tuan-Dat Tran Date: Wed, 3 Jun 2026 03:03:20 +0200 Subject: [PATCH] fix(raspberry_pi): remove host condition from handler --- roles/raspberry_pi/handlers/main.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/raspberry_pi/handlers/main.yaml b/roles/raspberry_pi/handlers/main.yaml index 71dd981..68722f6 100644 --- a/roles/raspberry_pi/handlers/main.yaml +++ b/roles/raspberry_pi/handlers/main.yaml @@ -4,4 +4,3 @@ cmd: docker compose restart zigbee2mqtt chdir: "{{ raspberry_pi_compose_dir }}" listen: restart zigbee2mqtt - when: inventory_hostname == 'naruto'