This commit introduces a *homeassistant* role that installs and sets up Home Assistant using `pip`.
11 lines
222 B
YAML
11 lines
222 B
YAML
- name: reload systemd
|
|
command: systemctl daemon-reload
|
|
- name: restart homeassistant
|
|
service:
|
|
name: homeassistant
|
|
state: restarted
|
|
- name: restart httpd
|
|
service:
|
|
name: homeassistant
|
|
state: restarted
|