homeassistant: Style fixes

This commit is contained in:
Timo Makinen 2023-10-13 12:48:04 +00:00
parent 317622a01d
commit 39fad6ed05

View file

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