--- - name: Ensure Caddy service is running ansible.builtin.command: "{{ caddy_binary }} start --config {{ caddy_config_path }}" become: true