computer-playbook/roles/cleanup-backups-timer/handlers/main.yml

7 lines
144 B
YAML
Raw Normal View History

- name: "restart cleanup-backups.timer"
systemd:
name: cleanup-backups.timer
state: restarted
enabled: yes
daemon_reload: yes