Install Proton VPN with Ansible
- name: Install ProtonVPN become: true block: - name: Add protonvpn APT repository vars: protonvpn_release: 1.0.8 ansible.builtin.apt: deb: https://repo.protonvpn.com/debian/dists/stable/main/binary-all/protonvpn-stable-release_{{ protonvpn_release }}_all.deb - name: Install ProtonVPN client apt: update_cache: true name: - proton-vpn-gnome-desktop
Links
https://protonvpn.com/support/de/official-linux-vpn-ubuntu