From: Thanh Ha Date: Sat, 26 Oct 2019 17:51:45 +0000 (-0400) Subject: Update sourceforge link to https X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=ec96a91b649b1e0338b009a0ddc2fc92f9ee0f33;p=ansible%2Froles%2Flf-recommended-tools.git Update sourceforge link to https 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 Change-Id: Ife8bcf9bb403a3091dea886eb16acdfd7148a9a9 --- diff --git a/tasks/main.yml b/tasks/main.yml index 36c6844..989480c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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