From 196d4c45ae5b7b5a0f1a7bb84fb30648d711d0cf Mon Sep 17 00:00:00 2001 From: Ricky Latupeirissa <38087794+rilatu@users.noreply.github.com> Date: Fri, 28 Mar 2025 12:19:40 +0100 Subject: [PATCH] Update main.yml rename Systemd daemon reload handler to be the same as all the notifies that want to call this. Signed-off-by: Ricky Latupeirissa <38087794+rilatu@users.noreply.github.com> --- handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index 1a3b66e..93cf130 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -236,7 +236,7 @@ name: systemd-journal-upload state: restarted -- name: Systemd daemon reload +- name: Systemd_daemon_reload ansible.builtin.systemd: daemon-reload: true