fix failure when changing superuser password

1-install-murmur-server
HgO 2020-06-14 16:33:50 +02:00
parent 98fee2ebac
commit 40dc40385d
1 changed files with 4 additions and 1 deletions

View File

@ -30,4 +30,7 @@
include_tasks: ../handlers/nginx.yml
- name: change murmur superuser password
command: murmurd -ini /etc/mumble-server.ini -supw "{{ murmur_superuser_password }}"
command: murmurd -ini /etc/mumble-server.ini -supw "{{ murmur_superuser_password }}"
# See https://github.com/mumble-voip/mumble/issues/3911
# Should be fixed in 1.3.1
failed_when: no