7 lines
112 B
YAML
7 lines
112 B
YAML
---
|
|
|
|
- name: Remove unix group {{ unix_group.key }}
|
|
group:
|
|
name: "{{ unix_group.key }}"
|
|
state: absent
|