Markus Pesch
9f36a69078
Some checks reported errors
continuous-integration/drone/push Build was killed
7 lines
128 B
YAML
7 lines
128 B
YAML
---
|
|
|
|
- name: Remove unix group {{ unix_group.key }}
|
|
ansible.builtin.group:
|
|
name: "{{ unix_group.key }}"
|
|
state: absent
|