Compare commits

...

2 Commits

Author SHA1 Message Date
a94c87f093 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
2026-02-15 12:12:46 +01:00
8af5d2f806 refactor ♻️: Move and Rename 'Reload Systemd' Task
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 13s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 13s
PR check / Gitleaks (pull_request) Successful in 4s
PR check / lint tests (pull_request) Successful in 15s
PR check / labeler (pull_request) Successful in 2s
PR check / handle_failures (pull_request) Has been skipped
PR check / handle_success (pull_request) Successful in 1s
Repositioned the 'Reload Systemd' task to a more appropriate location and renamed it for clarity.
2026-02-15 12:10:09 +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: