style(unix_users): name of tasks, use built in module
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-02-12 15:08:40 +01:00
parent 9f43029353
commit 9f36a69078
5 changed files with 30 additions and 30 deletions

View File

@ -1,7 +1,7 @@
---
- name: Remove unix user {{ unix_user.key }}
user:
ansible.builtin.user:
name: "{{ unix_user.key }}"
state: absent
remove: true