homeassistant: Initial version of role
This commit is contained in:
parent
f3fc1b3f63
commit
810e64dde7
6 changed files with 108 additions and 0 deletions
5
roles/homeassistant/handlers/main.yml
Normal file
5
roles/homeassistant/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Restart homeassistant
|
||||
ansible.builtin.service:
|
||||
name: homeassistant-container
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue