fix folder permissions and add loop label
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
46ec97b051
commit
195ca23e86
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user