Skip to content

Commit

Permalink
Fix ExpressVPN changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brabster authored Oct 17, 2024
1 parent b153741 commit bf1eba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/expressvpn/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
dest: /tmp/expressvpn.html

- name: "Figure out where the latest ExpressVPN .deb is"
ansible.builtin.shell: cat /tmp/expressvpn.html | sed -rn 's/^.*<option .+ value="(.*)">Ubuntu 64-bit.*$/\1/p'
ansible.builtin.shell: cat /tmp/expressvpn.html | sed -rn 's/^.* selected=".+" value="(.*)">Ubuntu 64-bit.*$/\1/p'
register: expressvpn_deb_url

- name: "Fetch latest ExpressVPN Linux install"
Expand Down

0 comments on commit bf1eba2

Please sign in to comment.