---
- name: Restart Etherpad
ansible.builtin.systemd:
name: "{{ item.name }}"
state: restarted
loop: "{{ etherpad.instances }}"