From 4d282f6b7dfe9b6e1e75d501ac91f646fb99369d Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 7 Feb 2026 09:30:14 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Fix=20typo=20in=20handler?= =?UTF-8?q?s/main.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected a typographical error in the main handler configuration file. (parser-error: conflicting action statements) --- handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index 5db07e6..65af478 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -13,4 +13,4 @@ - name: Reload systemd ansible.builtin.systemd_service: - daemon_reexec: true + daemon_reexec: true