fix folder permissions and add loop label
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2021-04-17 14:31:53 +02:00
parent 46ec97b051
commit 195ca23e86
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -20,7 +20,7 @@
file: file:
path: "{{ item }}" path: "{{ item }}"
state: directory state: directory
mode: 0640 mode: 0750
loop: loop:
- "{{ homeassistant_plugin_dir }}" - "{{ homeassistant_plugin_dir }}"
@ -54,6 +54,8 @@
dest: "{{ homeassistant_plugin_dir }}/{{ item.name }}" dest: "{{ homeassistant_plugin_dir }}/{{ item.name }}"
mode: 0640 mode: 0640
loop: "{{ homeassistant_plugins }}" loop: "{{ homeassistant_plugins }}"
loop_control:
label: "{{ item.name }}"
- name: Ensure service is up and running - name: Ensure service is up and running
docker_compose: docker_compose: