mirror of
https://github.com/proffalken/ansible-openhab
synced 2026-01-11 23:08:47 +01:00
Initial import of the role after tidying it up
This commit is contained in:
6
handlers/main.yml
Normal file
6
handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# handlers file for openhab
|
||||
- name: Restart OpenHAB
|
||||
service:
|
||||
name: openhab
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user