---

- name: Remove unix group {{ unix_group.key }}
  ansible.builtin.group:
    name: "{{ unix_group.key }}"
    state: absent