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

7 lines
112 B
YAML
Raw Normal View History

2022-05-09 08:17:07 +00:00
---
- name: Remove unix group {{ unix_group.key }}
group:
2022-07-19 15:54:56 +00:00
name: "{{ unix_group.key }}"
2023-02-08 17:25:07 +00:00
state: absent