fix failure when changing superuser password
parent
98fee2ebac
commit
40dc40385d
|
@ -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
|
Loading…
Reference in New Issue