From ee0004516fae9077641d57d5055c2ecdf266fe1d Mon Sep 17 00:00:00 2001 From: Hayato Date: Mon, 28 Oct 2024 20:45:02 +0900 Subject: [PATCH] Fix notify name when systemd-resolved stop condition --- tasks/all/stop-systemd-resolved.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/all/stop-systemd-resolved.yml b/tasks/all/stop-systemd-resolved.yml index 729aa41..3a30617 100644 --- a/tasks/all/stop-systemd-resolved.yml +++ b/tasks/all/stop-systemd-resolved.yml @@ -14,4 +14,4 @@ state: present no_extra_spaces: true mode: "644" - notify: "systemd-resolved" + notify: "Restart systemd-resolved"