Update to 2020-06-05 15:00

master
Daniel Berteaud 4 years ago
parent 336d6f9193
commit 639e22c0e2
  1. 2
      roles/etherpad/tasks/main.yml
  2. 1
      roles/turnserver/handlers/main.yml

@ -1,8 +1,8 @@
---
- include: facts.yml
- include: user.yml
- include: directories.yml
- include: facts.yml
- include: archive_pre.yml
when: etherpad_install_mode == 'upgrade'
- include: install.yml

@ -1,4 +1,5 @@
---
- include: ../common/handlers/main.yml
- name: restart turnserver
service: name=turnserver state=restarted enabled=yes

Loading…
Cancel
Save