Openhab does not need a restart when the configuration changed
This commit is contained in:
parent
b821ed2096
commit
e5660f5ddf
1 changed files with 0 additions and 7 deletions
|
@ -81,7 +81,6 @@
|
||||||
dest: "{{ openhab_data }}/conf"
|
dest: "{{ openhab_data }}/conf"
|
||||||
clone: yes
|
clone: yes
|
||||||
update: yes
|
update: yes
|
||||||
notify: restart openhab
|
|
||||||
|
|
||||||
- name: ensure openhab is up and running
|
- name: ensure openhab is up and running
|
||||||
docker_container:
|
docker_container:
|
||||||
|
@ -131,12 +130,6 @@
|
||||||
proxy_port: "{{ uritools_host_port }}"
|
proxy_port: "{{ uritools_host_port }}"
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- name: restart openhab
|
|
||||||
docker_container:
|
|
||||||
name: openhab
|
|
||||||
state: started
|
|
||||||
restart: yes
|
|
||||||
|
|
||||||
- name: restart mosquitto
|
- name: restart mosquitto
|
||||||
docker_container:
|
docker_container:
|
||||||
name: mosquitto
|
name: mosquitto
|
||||||
|
|
Loading…
Reference in a new issue