Ver código fonte

restart webserver when certificate has changed

master
pai
commit
6cb94bcc48
1 arquivos alterados com 7 adições e 0 exclusões
  1. +7
    -0
      handlers/main.yml

+ 7
- 0
handlers/main.yml Ver arquivo

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

- name: restart onlyoffice documentserver
command: supervisorctl restart all

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

Carregando…
Cancelar
Salvar