allow to install murmur server

This commit is contained in:
HgO
2020-06-14 14:01:16 +02:00
parent f83faff3a3
commit 656c3a1cb1
7 changed files with 449 additions and 16 deletions

View File

@@ -12,6 +12,13 @@
when:
- not (umurmur_started.changed | default(false))
- name: restart murmur
service:
name: mumble-server
state: restarted
when:
- not (murmur_started.changed | default(false))
- name: reload mumble-web
service:
name: mumble-web