mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
Cange user comment to username
This commit is contained in:
parent
d0f3edead8
commit
152ffa23a0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
state: 'present'
|
||||
create_home: "{{ user.create_home | default(true) }}"
|
||||
home: "{{ user.home | default('/home/' + user.name) }}"
|
||||
comment: "User created by ansible"
|
||||
comment: "{{ user.name }}"
|
||||
shell: "{{ user.shell | default('/bin/bash') }}"
|
||||
password: "{{ user.password | default() }}"
|
||||
loop: "{{ _l3d_users__merged_users }}"
|
||||
|
|
Loading…
Reference in a new issue