ansible-role-unix-users/tasks/remove_unix_group.yml
Markus Pesch 26e57d7b6f
All checks were successful
continuous-integration/drone/push Build is passing
fix: config ssh client config
2022-07-19 17:54:56 +02:00

6 lines
111 B
YAML

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