3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-24 17:50:24 +00:00
Files
matrix-docker-ansible-deploy/roles/custom/matrix-user-verification-service/handlers/main.yml
2023-02-06 16:29:25 +01:00

7 lines
184 B
YAML

---
- name: Ensure systemd reloaded after matrix-user-verification-service.service installation
service:
daemon_reload: true
listen: "reload matrix-user-verification-service"