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