From b15374197fca2a79fca82e587ad57e9dd0b1f2d1 Mon Sep 17 00:00:00 2001 From: Paul Brabban Date: Thu, 17 Oct 2024 16:26:14 +0100 Subject: [PATCH] Update expressvpn install link --- roles/expressvpn/tasks/tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/expressvpn/tasks/tasks.yml b/roles/expressvpn/tasks/tasks.yml index 0c62a7b..354c297 100644 --- a/roles/expressvpn/tasks/tasks.yml +++ b/roles/expressvpn/tasks/tasks.yml @@ -2,7 +2,7 @@ # tasks file for lastpass - name: Fetch download page ansible.builtin.get_url: - url: https://vlycgtx.com/latest#linux + url: https://www.expressvpn.com/latest#linux dest: /tmp/expressvpn.html - name: "Figure out where the latest ExpressVPN .deb is"