mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-07 05:37:59 +00:00
Refactored independent_
This commit is contained in:
6
roles/backup-to-usb/handlers/main.yml
Normal file
6
roles/backup-to-usb/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: "reload backup-to-usb.service"
|
||||
systemd:
|
||||
name: backup-to-usb.service
|
||||
state: reloaded
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
Reference in New Issue
Block a user