diff --git a/tasks/setup.yml b/tasks/setup.yml index 2c3c898..517d506 100644 --- a/tasks/setup.yml +++ b/tasks/setup.yml @@ -20,7 +20,7 @@ file: path: "{{ item }}" state: directory - mode: 0640 + mode: 0750 loop: - "{{ homeassistant_plugin_dir }}" @@ -54,6 +54,8 @@ dest: "{{ homeassistant_plugin_dir }}/{{ item.name }}" mode: 0640 loop: "{{ homeassistant_plugins }}" + loop_control: + label: "{{ item.name }}" - name: Ensure service is up and running docker_compose: