1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
fedihub-ansible/roles/matrix/handlers/main.yml
2020-07-02 18:06:53 +05:00

7 lines
172 B
YAML

---
- name: Load, enable and [re]start systemd service
systemd:
name: '{{ matrix__synapse__service }}'
daemon_reload: true
enabled: true
state: restarted