ansible-role-unix-users/tasks/remove_unix_user.yml

7 lines
131 B
YAML
Raw Normal View History

2022-05-09 08:17:07 +00:00
---
- name: Remove unix user {{ unix_user.key }}
group:
name: "{{ unix_user.value.name }}"
state: absent
remove: yes