fix: force scope to system for systemd daemon-reload #2

Merged
lanson merged 1 commits from fix/systemd-daemon-reload-debian11 into main 2023-12-02 09:40:34 +00:00
Showing only changes of commit 415c9af956 - Show all commits

View File

@ -3,6 +3,7 @@
- name: "Reload service file"
ansible.builtin.systemd:
daemon_reload: true
scope: system
become: true
listen: "systemctl-daemon-reload"