Add uid
parent
bf7cd12a2c
commit
9fb0576cb8
|
@ -24,6 +24,7 @@
|
|||
shell: "{{ item.shell | default('/bin/false') }}"
|
||||
groups: "{{ item.secondary_groups | default('') }}"
|
||||
comment: "{{ item.comment | default('') }}"
|
||||
uid: "{{ item.uid | default('') }}"
|
||||
home: "{{ item.home }}"
|
||||
generate_ssh_key: yes
|
||||
ssh_key_type: ed25519
|
||||
|
|
Loading…
Reference in New Issue