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