Files
ansible_collabora_code/handlers/main.yml
2023-10-12 16:09:33 +02:00

12 lines
211 B
YAML

---
# handlers file for tco.code
- name: restart coolwsd
ansible.builtin.service:
name: coolwsd
state: restarted
- name: restart apache
ansible.builtin.service:
name: httpd
state: restarted