mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-05 01:41:34 +02:00
Refactored independent_
This commit is contained in:
6
roles/backups-cleanup-timer/handlers/main.yml
Normal file
6
roles/backups-cleanup-timer/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: "restart backups-cleanup.timer"
|
||||
systemd:
|
||||
name: backups-cleanup.timer
|
||||
state: restarted
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
Reference in New Issue
Block a user