Procházet zdrojové kódy

restart webserver when certificate has changed

master
rodič
revize
6cb94bcc48
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. +7
    -0
      handlers/main.yml

+ 7
- 0
handlers/main.yml Zobrazit soubor

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

- name: restart onlyoffice documentserver
command: supervisorctl restart all

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

Načítá se…
Zrušit
Uložit