--- # handlers file for acme.sh - name: Reload systemd daemon ansible.builtin.systemd: daemon_reload: true - name: Restart acme_sh systemd timer ansible.builtin.systemd: name: acme_sh.timer scope: system state: restarted