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
|
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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue