- name: Reload systemd
ansible.builtin.service:
daemon_reload: true
- name: Restart Caddy
name: "{{ caddy_my_name }}"
state: "restarted"