ansible-role-homeassistant/handlers/main.yml

5 lines
102 B
YAML
Raw Normal View History

2022-01-24 22:18:15 +01:00
- name: restart homeassistant
ansible.builtin.service:
name: homeassistant
state: restarted