correct hass user creation
This commit is contained in:
parent
9c0567602d
commit
916d3795eb
@ -34,7 +34,7 @@
|
|||||||
name: "{{hass_username}}" # required. Name of the user to create, remove or modify.
|
name: "{{hass_username}}" # required. Name of the user to create, remove or modify.
|
||||||
create_home: yes
|
create_home: yes
|
||||||
state: present # not required. choices: absent;present. Whether the account should exist or not, taking action if the state is different from what is stated.
|
state: present # not required. choices: absent;present. Whether the account should exist or not, taking action if the state is different from what is stated.
|
||||||
shell: usr/bin/nologin
|
shell: /usr/bin/nologin
|
||||||
home: "{{ hass_conf_folder }}"
|
home: "{{ hass_conf_folder }}"
|
||||||
comment: "Home Assistant daemon user"
|
comment: "Home Assistant daemon user"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user