refactor ♻️: Move and Rename 'Reload Systemd' Task #31
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Repositioned the 'Reload Systemd' task to a more appropriate location and renamed it for clarity.
Review Summary
ansible.builtin.systemd_servicefor reloading systemd and added a new command to reload systemd configuration instead.[Lines 11-33] [Score: 2] Changed the way systemd is reloaded, which might require testing to ensure proper functionality. Previously,
daemon_reexecwas used to reload services, nowdaemon_reloadis being used for configuration reloading.