Robert Kaussow
23d339fc4a
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
174 B
YAML
10 lines
174 B
YAML
---
|
|
- name: Ensure matrix service is up and running
|
|
service:
|
|
state: started
|
|
daemon_reload: yes
|
|
enabled: yes
|
|
name: matrix
|
|
become: True
|
|
become_user: root
|