You've already forked ansible-role-unix-users
fix: config ssh client config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Remove unix user {{ unix_user.key }}
|
||||
group:
|
||||
name: "{{ unix_user.value.name }}"
|
||||
user:
|
||||
name: "{{ unix_user.key }}"
|
||||
state: absent
|
||||
remove: yes
|
Reference in New Issue
Block a user