fix: Add missing handler
This commit is contained in:
parent
59657ffab5
commit
e9e54d961c
2 changed files with 6 additions and 1 deletions
|
@ -3,3 +3,8 @@
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: rabbitmq-server
|
name: rabbitmq-server
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
||||||
|
- name: Restart Documentsever
|
||||||
|
ansible.builtin.service:
|
||||||
|
name: ds-documentserver
|
||||||
|
state: restarted
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /var/www/onlyoffice/documentserver/sdkjs-plugins/marketplace
|
path: /var/www/onlyoffice/documentserver/sdkjs-plugins/marketplace
|
||||||
state: absent
|
state: absent
|
||||||
notify: Restart documentserver
|
notify: Restart Documentserver
|
||||||
- name: Copy apt post hool script
|
- name: Copy apt post hool script
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: 99-onlyoffice
|
src: 99-onlyoffice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue