correct hass user creation

This commit is contained in:
vincent 2020-03-02 21:19:26 +01:00
parent 9c0567602d
commit 916d3795eb

View File

@ -34,7 +34,7 @@
name: "{{hass_username}}" # required. Name of the user to create, remove or modify.
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.
shell: usr/bin/nologin
shell: /usr/bin/nologin
home: "{{ hass_conf_folder }}"
comment: "Home Assistant daemon user"