feat: use proper bools
This commit is contained in:
parent
a992f9f333
commit
44b3eeb619
3 changed files with 4 additions and 3 deletions
|
|
@ -54,7 +54,7 @@
|
|||
ansible.builtin.user:
|
||||
name: "{{ __user['username'] }}"
|
||||
state: "absent"
|
||||
remove: "yes"
|
||||
remove: true
|
||||
when: "user_state == 'absent'"
|
||||
|
||||
# manage sudoers file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue