Files
ansible-role-unix-users/tasks/remove_unix_group.yaml
Markus Pesch 22048124fd
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 24s
Lint Markdown files / markdown-lint (push) Successful in 4s
refac: use .yaml instead of .yml extension
2025-10-25 12:38:00 +02:00

7 lines
128 B
YAML

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