Merge pull request 'refactor ♻️: Move and Rename 'Reload Systemd' Task' (#31) from dev into main
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 12s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 5s

Reviewed-on: #31
This commit was merged in pull request #31.
This commit is contained in:
2026-02-15 12:12:46 +01:00
2 changed files with 5 additions and 5 deletions

View File

@@ -11,10 +11,6 @@
name: pveproxy
state: restarted
- name: Reload systemd
ansible.builtin.systemd_service:
daemon_reexec: true
- name: Restart logrotate
ansible.builtin.service:
name: logrotate
@@ -31,3 +27,7 @@
ansible.builtin.systemd:
name: systemd-journald
state: restarted
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: true

View File

@@ -12,7 +12,7 @@
dest: /etc/systemd/system/powertop.service
mode: "0644"
when: proxmox_enable_powertop
notify: reload systemd
notify: Reload systemd
- name: powertop | Enable and start powertop service
ansible.builtin.systemd: