etherpad: Make sure etherpad is enabled
This commit is contained in:
parent
c654bdf321
commit
54cf00f552
1 changed files with 7 additions and 0 deletions
|
@ -92,6 +92,13 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
notify: restart etherpad
|
notify: restart etherpad
|
||||||
|
|
||||||
|
- name: Start etherpad
|
||||||
|
systemd:
|
||||||
|
daemon_reload: true
|
||||||
|
name: etherpad
|
||||||
|
state: started
|
||||||
|
enabled: yes
|
||||||
|
|
||||||
- name: Clear default nginx site
|
- name: Clear default nginx site
|
||||||
file:
|
file:
|
||||||
state: absent
|
state: absent
|
||||||
|
|
Loading…
Add table
Reference in a new issue