mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Finished backup to swappable implementation
This commit is contained in:
5
roles/independent_backups-cleanup-timer/tasks/main.yml
Normal file
5
roles/independent_backups-cleanup-timer/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: create backups-cleanup.timer
|
||||
template:
|
||||
src: "backups-cleanup.timer.j2"
|
||||
dest: "/etc/systemd/system/backups-cleanup.timer"
|
||||
notify: restart backups-cleanup.timer
|
Reference in New Issue
Block a user