--- # restart zot - name: "restart zot" ansible.builtin.systemd: name: "zot" state: "restarted" enabled: true daemon_reload: true