forked from Netz39_Admin/netz39-infra-ansible
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"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue