Add etherpad

This commit is contained in:
polyfloyd 2022-10-31 21:19:33 +01:00
parent fb420558c9
commit 37a91000f4
9 changed files with 314 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
- import_tasks: ../../common/handlers/main.yaml
- name: restart etherpad
systemd:
name: etherpad
state: restarted
daemon_reload: true