Fix warning in user module
This commit is contained in:
parent
2ba8f1cfc3
commit
7fc57a69b2
|
@ -854,6 +854,7 @@
|
||||||
name: "{{ deploy_username }}"
|
name: "{{ deploy_username }}"
|
||||||
uid: 200
|
uid: 200
|
||||||
group: operator
|
group: operator
|
||||||
|
groups: operator
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
home: "/var/home/{{ deploy_username }}"
|
home: "/var/home/{{ deploy_username }}"
|
||||||
createhome: yes
|
createhome: yes
|
||||||
|
|
Loading…
Reference in New Issue