9 lines
195 B
YAML
9 lines
195 B
YAML
---
|
|
- ansible.builtin.import_tasks:
|
|
file: ../../common/handlers/main.yaml
|
|
|
|
- name: restart etherpad
|
|
ansible.builtin.systemd:
|
|
name: etherpad
|
|
state: restarted
|
|
daemon_reload: true
|