mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
6 lines
180 B
YAML
6 lines
180 B
YAML
- name: create backups-cleanup.timer
|
|
template:
|
|
src: "backups-cleanup.timer.j2"
|
|
dest: "/etc/systemd/system/backups-cleanup.timer"
|
|
notify: restart backups-cleanup.timer
|