--- - name: "(Re)start Alloy service" ansible.builtin.systemd: name: alloy.service state: restarted enabled: true daemon_reload: true