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