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 update: true
version: "{{ item.version }}" version: "{{ item.version }}"
notify: Restart homeassistant notify: Restart homeassistant
with_items: "{{ homeassistant_integrations|default([]) }}" with_items: "{{ homeassistant_integrations | default([]) }}"
- name: Link extra integrations - name: Link extra integrations
ansible.builtin.file: ansible.builtin.file:
@ -111,7 +111,7 @@
owner: root owner: root
group: "{{ ansible_wheel }}" group: "{{ ansible_wheel }}"
follow: false follow: false
with_items: "{{ homeassistant_integrations|default([]) }}" with_items: "{{ homeassistant_integrations | default([]) }}"
- name: Create service file - name: Create service file
ansible.builtin.template: ansible.builtin.template: