--- - name: Restart Gitea ansible.builtin.systemd: name: gitea enabled: true daemon_reload: true state: restarted