Files
configpolicy/roles/homeassistant/handlers/main.yml
Dustin C. Hatch 960528c001 roles/homeassistant: Deploy Home Assistant
This commit introduces a *homeassistant* role that installs and sets up
Home Assistant using `pip`.
2019-03-05 18:30:29 -06:00

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