Add etherpad
This commit is contained in:
parent
fb420558c9
commit
37a91000f4
9 changed files with 314 additions and 0 deletions
8
roles/etherpad/handlers/main.yaml
Normal file
8
roles/etherpad/handlers/main.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- import_tasks: ../../common/handlers/main.yaml
|
||||
|
||||
- name: restart etherpad
|
||||
systemd:
|
||||
name: etherpad
|
||||
state: restarted
|
||||
daemon_reload: true
|
Loading…
Add table
Add a link
Reference in a new issue