mirror of
https://github.com/proffalken/ansible-openhab
synced 2026-01-11 23:08:47 +01:00
7 lines
106 B
YAML
7 lines
106 B
YAML
---
|
|
# handlers file for openhab
|
|
- name: Restart OpenHAB
|
|
service:
|
|
name: openhab
|
|
state: restarted
|