fix: Add missing handler

This commit is contained in:
phil 2025-04-20 12:04:21 +02:00
parent 59657ffab5
commit e9e54d961c
2 changed files with 6 additions and 1 deletions

View file

@ -3,3 +3,8 @@
ansible.builtin.service:
name: rabbitmq-server
state: restarted
- name: Restart Documentsever
ansible.builtin.service:
name: ds-documentserver
state: restarted

View file

@ -69,7 +69,7 @@
ansible.builtin.file:
path: /var/www/onlyoffice/documentserver/sdkjs-plugins/marketplace
state: absent
notify: Restart documentserver
notify: Restart Documentserver
- name: Copy apt post hool script
ansible.builtin.copy:
src: 99-onlyoffice