refactor ♻️: Refactor service reload command to use systemd_service

Updated the service reload command to utilize the `systemd_service` module, enhancing compatibility and maintainability.
This commit is contained in:
2026-02-07 09:20:20 +01:00
parent d72e207a29
commit 3c88ce811e

View File

@@ -12,4 +12,5 @@
state: restarted state: restarted
- name: Reload systemd - name: Reload systemd
ansible.builtin.command: systemctl daemon-reexec ansible.builtin.systemd_service:
daemon_reexec: true