homeassistant: Style fixes
This commit is contained in:
parent
317622a01d
commit
39fad6ed05
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@
|
|||
update: true
|
||||
version: "{{ item.version }}"
|
||||
notify: Restart homeassistant
|
||||
with_items: "{{ homeassistant_integrations|default([]) }}"
|
||||
with_items: "{{ homeassistant_integrations | default([]) }}"
|
||||
|
||||
- name: Link extra integrations
|
||||
ansible.builtin.file:
|
||||
|
@ -111,7 +111,7 @@
|
|||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
follow: false
|
||||
with_items: "{{ homeassistant_integrations|default([]) }}"
|
||||
with_items: "{{ homeassistant_integrations | default([]) }}"
|
||||
|
||||
- name: Create service file
|
||||
ansible.builtin.template:
|
||||
|
|
Loading…
Add table
Reference in a new issue