From 40dc40385d97230466515c0a79295ce2bd316b79 Mon Sep 17 00:00:00 2001 From: HgO Date: Sun, 14 Jun 2020 16:33:50 +0200 Subject: [PATCH] fix failure when changing superuser password --- handlers/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index 33b3d2b..abde375 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -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 }}" \ No newline at end of file + 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 \ No newline at end of file