You've already forked ansible-role-unix-users
Initial Commit
This commit is contained in:
6
tasks/remove_unix_group.yml
Normal file
6
tasks/remove_unix_group.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Remove unix group {{ unix_group.key }}
|
||||
group:
|
||||
name: "{{ unix_group.value.name }}"
|
||||
state: absent
|
Reference in New Issue
Block a user