feat: add password for twirre user

This commit is contained in:
Twirre Meulenbelt
2026-04-22 18:48:28 +02:00
parent d8f4307969
commit 6939f40a9f
4 changed files with 9 additions and 1 deletions

View File

@@ -16,6 +16,8 @@
name: "{{ item.name }}"
shell: "{{ item.shell | default('/bin/bash') }}"
groups: "{{ item.groups | default([]) }}"
password: "{{ item.password | default(omit) }}"
update_password: always
append: true
create_home: true
state: present