More ansible core 2.20 fixes
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
- name: 'ensure_sudo.service_reload'
|
- name: 'ensure_sudo.service_reload'
|
||||||
when:
|
when:
|
||||||
- ansible_facts["system"] == 'Linux'
|
- ansible_facts["system"] == 'Linux'
|
||||||
- ansible_service_mgr == 'systemd'
|
- ansible_facts["service_mgr"] == 'systemd'
|
||||||
- ensure_sudo is defined
|
- ensure_sudo is defined
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
daemon_reload: 'yes'
|
daemon_reload: 'yes'
|
||||||
|
|||||||
Reference in New Issue
Block a user