This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Do not try to start matrix-coturn.service if not enabled
pull/116/head
Slavi Pantaleev
7 years ago
parent
c545d3eb85
commit
b066f8a0d8
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
roles/matrix-coturn/tasks/init.yml
+ 2
- 1
roles/matrix-coturn/tasks/init.yml
View File
@@ -1,2 +1,3 @@
- set_fact:
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-coturn'] }}"
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-coturn'] }}"
when: "matrix_coturn_enabled"
Write
Preview
Loading…
Cancel
Save