--- - name: "Enable and restart the caddy daemon" ansible.builtin.systemd: name: caddy state: restarted enabled: true daemon_reload: true