xoxys.matrix/handlers/main.yml
Robert Kaussow 0ffb77ef1c
All checks were successful
continuous-integration/drone/push Build is passing
remove nginx integration
2019-07-27 10:47:58 +02:00

11 lines
179 B
YAML

---
- name: Restart service
systemd:
name: matrix
state: restarted
daemon_reload: yes
enabled: yes
listen: __matrix_restart
become: True
become_user: root