Merge pull request 'fix: force scope to system for systemd daemon-reload' (#2) from fix/systemd-daemon-reload-debian11 into main
All checks were successful
test / Linting (push) Successful in 11s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m23s
test / Molecule tests (default, debian12) (push) Successful in 1m42s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m12s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 1m23s
test / Molecule tests (default, debian11) (push) Successful in 1m20s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m28s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m22s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m33s

Reviewed-on: #2
This commit is contained in:
Bertrand Lanson 2023-12-02 09:40:34 +00:00
commit 851baada87

View File

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