Update sourceforge link to https 85/62085/1
authorThanh Ha <zxiiro@gmail.com>
Sat, 26 Oct 2019 17:51:45 +0000 (13:51 -0400)
committerThanh Ha <zxiiro@gmail.com>
Sat, 26 Oct 2019 17:51:48 +0000 (13:51 -0400)
It appears the http link just redirects to https now so let's
point directly to the SSL port and skip the redirect.

Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: Ife8bcf9bb403a3091dea886eb16acdfd7148a9a9

tasks/main.yml

index 36c6844..989480c 100644 (file)
@@ -30,7 +30,7 @@
         mode: 0755
     - name: Fetch PlantUML
       get_url:
-        url: http://sourceforge.net/projects/plantuml/files/plantuml.jar/download
+        url: https://sourceforge.net/projects/plantuml/files/plantuml.jar/download
         dest: /opt/plantuml/plantuml.jar
         mode: 0644
     - name: Install PlantUML executable script