fix folder permissions and add loop label
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-04-17 14:31:53 +02:00
parent 46ec97b051
commit 195ca23e86
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 3 additions and 1 deletions

View File

@ -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: