- name: "restart timer" systemd: name: "{{service_name}}.timer" state: restarted enabled: yes daemon_reload: yes