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