style(unix_users): name of tasks, use built in module
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-02-12 15:08:40 +01:00
parent 9f43029353
commit 9f36a69078
5 changed files with 30 additions and 30 deletions

View File

@ -1,6 +1,6 @@
---
- name: Remove unix group {{ unix_group.key }}
group:
ansible.builtin.group:
name: "{{ unix_group.key }}"
state: absent