mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Renamed health services
This commit is contained in:
12
roles/health-disc-space/handlers/main.yml
Normal file
12
roles/health-disc-space/handlers/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: "reload health-disc-space.service"
|
||||
systemd:
|
||||
name: health-disc-space.service
|
||||
state: reloaded
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
- name: "restart health-disc-space.timer"
|
||||
systemd:
|
||||
name: health-disc-space.timer
|
||||
state: restarted
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
Reference in New Issue
Block a user