correct issue when no user in hass role

This commit is contained in:
vincent 2020-12-14 20:23:37 +01:00
parent 309673b42d
commit fbff386647

View File

@ -1,14 +1,6 @@
---
# tasks file for hass
- name: select specific Database tasks
include_tasks: "database_{{hass_db_type}}.yml"
- name: create hass user
become: yes
user:
@ -49,6 +41,11 @@
append: true
with_items: "{{ hass_users }}"
- name: select specific Database tasks
include_tasks: "database_{{hass_db_type}}.yml"
- name: check repo
become: yes
stat: