From bd10b2a861e8a06fa761709fee9870398b228a88 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 27 Aug 2021 07:49:37 +0100 Subject: [PATCH] Update luaunbound source URL while code.zash.se is offline --- ansible/tasks/prosody.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/tasks/prosody.yml b/ansible/tasks/prosody.yml index 9534798..6c9c480 100644 --- a/ansible/tasks/prosody.yml +++ b/ansible/tasks/prosody.yml @@ -140,7 +140,8 @@ - name: "Fetch luaunbound source" get_url: - url: https://code.zash.se/dl/luaunbound/luaunbound-0.5.tar.gz + #url: https://code.zash.se/dl/luaunbound/luaunbound-0.5.tar.gz + url: https://matthewwild.co.uk/uploads/luaunbound-0.5.tar.gz sha256sum: a6564ac1cca6bb350576eb2a5cfa03adb0aafd4f99d6cd491bd8028d046c62a7 dest: /tmp/luaunbound-0.5.tar.gz