--- # handlers/main.yml # define handlers here - name: restart glusterd ansible.builtin.systemd: name: "{{ glusterd.unit }}" state: restarted