You've already forked ansible-role-unix-users
style(unix_users): name of tasks, use built in module
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Remove unix group {{ unix_group.key }}
|
||||
group:
|
||||
ansible.builtin.group:
|
||||
name: "{{ unix_group.key }}"
|
||||
state: absent
|
||||
|
Reference in New Issue
Block a user