homeassistant: Fix updating to new version
This commit is contained in:
parent
79ecf7277f
commit
b04edceb13
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
- name: Restart homeassistant
|
||||
ansible.builtin.service:
|
||||
ansible.builtin.systemd_service:
|
||||
name: homeassistant-container
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
|
|
Loading…
Add table
Reference in a new issue