From e5660f5ddf136afed24f33a3c0b341bedacf391f Mon Sep 17 00:00:00 2001
From: Stefan Haun <tux@netz39.de>
Date: Sat, 12 Dec 2020 21:17:25 +0100
Subject: [PATCH] Openhab does not need a restart when the configuration
 changed

---
 pottwal.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pottwal.yml b/pottwal.yml
index ef97f95..40863fc 100644
--- a/pottwal.yml
+++ b/pottwal.yml
@@ -81,7 +81,6 @@
         dest: "{{ openhab_data }}/conf"
         clone: yes
         update: yes
-      notify: restart openhab
 
     - name: ensure openhab is up and running
       docker_container:
@@ -131,12 +130,6 @@
         proxy_port: "{{ uritools_host_port }}"
 
   handlers:
-    - name: restart openhab
-      docker_container:
-        name: openhab
-        state: started
-        restart: yes
-
     - name: restart mosquitto
       docker_container:
         name: mosquitto