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

6 lines
118 B
YAML
Raw Normal View History

2022-05-09 08:17:07 +00:00
---
- name: Remove unix group {{ unix_group.key }}
group:
name: "{{ unix_group.value.name }}"
state: absent