From edfc45ac3278b722723a39bc0d3838d345a76c6f Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Tue, 5 May 2026 17:09:41 -0500 Subject: [PATCH] More ansible core 2.20 fixes Signed-off-by: Jason Rothstein --- handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index 63b6cde..7be4b30 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -7,7 +7,7 @@ - name: 'ensure_sudo.service_reload' when: - ansible_facts["system"] == 'Linux' - - ansible_service_mgr == 'systemd' + - ansible_facts["service_mgr"] == 'systemd' - ensure_sudo is defined ansible.builtin.systemd: daemon_reload: 'yes'