Replace and wrong or ([)

This commit is contained in:
Dryusdan 2021-01-25 17:45:37 +01:00
parent b478d9ff21
commit 1470a277f3
1 changed files with 1 additions and 1 deletions

View File

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