diff --git a/tasks/main.yml b/tasks/main.yml index a5e54f4..a59a510 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -34,12 +34,12 @@ name: "{{hass_pacman_name}}" # not required. Name or list of names of the packages to install, upgrade, or remove. become: yes -#- name: add {{user.name}} to hass group -# user: -# name: "{{ item }}" -# groups: docker -# append: true -# with_items: "{{ hass_user }}" +- name: add {{user.name}} to hass group + user: + name: "{{ item }}" + groups: docker + append: true + with_items: "{{ hass_user }}" - name: check repo become: yes