Openhab does not need a restart when the configuration changed

This commit is contained in:
Stefan Haun 2020-12-12 21:17:25 +01:00
parent b821ed2096
commit e5660f5ddf

View file

@ -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