ansible-role-unix-users/tasks/remove_unix_group.yml

7 lines
128 B
YAML

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