Sfoglia il codice sorgente

restart webserver when certificate has changed

master
parent
commit
6cb94bcc48
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. +7
    -0
      handlers/main.yml

+ 7
- 0
handlers/main.yml Vedi File

@@ -2,3 +2,10 @@

- name: restart onlyoffice documentserver
command: supervisorctl restart all

- name: restart nginx
systemd:
name: nginx.service
state: restarted
listen:
- certificate changed

Loading…
Annulla
Salva