Robert Kaussow
0ffb77ef1c
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
179 B
YAML
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
|