Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2024-03-20 16:00:37 +01:00
parent 990ef3e43f
commit 9f2eaa9b80
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@
append: true
comment: "{{ item.name | default(item.login) }}"
createhome: "{{ item.createhome | default(true) }}"
createhome: "{{ item.createhome }}"
shell: "{{ item.shell | default('/bin/bash') }}"
password: "{{ item.password | default('*') }}"
update_password: "{{ item.update_password | default('on_create') }}"