More ansible core 2.20 fixes

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-05 17:09:41 -05:00
parent dc6c08c0e5
commit 1a64c362be
+1 -1
View File
@@ -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'