Make uid optionnal

stable
Dryusdan 2 years ago
parent 9fb0576cb8
commit b37e2c2e62

@ -24,7 +24,7 @@
shell: "{{ item.shell | default('/bin/false') }}"
groups: "{{ item.secondary_groups | default('') }}"
comment: "{{ item.comment | default('') }}"
uid: "{{ item.uid | default('') }}"
uid: "{{ item.uid | default(omit) }}"
home: "{{ item.home }}"
generate_ssh_key: yes
ssh_key_type: ed25519

Loading…
Cancel
Save