From 916d3795eb7cbb82c6c52fed97a061042c891473 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 2 Mar 2020 21:19:26 +0100 Subject: [PATCH] correct hass user creation --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index ac836d9..eb8ca38 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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"