Fix warning in user module

This commit is contained in:
2023-08-28 11:00:16 -04:00
parent 6be00cfb50
commit 4923e17cb1

View File

@ -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