mullvad, fill out full task names for Devuan.

This commit is contained in:
2026-08-11 10:37:14 -07:00
parent 2eeccd5cf5
commit 3035840bb2
+5 -5
View File
@@ -53,25 +53,25 @@
# TBD: VPNs for distros like Devuan. # TBD: VPNs for distros like Devuan.
- name: Devuan Block - name: Workstation | Software | VPN | Mullvad | Devuan Block
block: block:
- name: Facts 01 - name: Workstation | Software | VPN | Mullvad | Devuan Block | Facts 01
set_fact: set_fact:
devuan_mullvad_dir: ~/Downloads/mullvad-installer devuan_mullvad_dir: ~/Downloads/mullvad-installer
mullvad_deb_url: https://mullvad.net/en/download/app/deb/latest mullvad_deb_url: https://mullvad.net/en/download/app/deb/latest
mullvad_repack_url: https://github.com/sys-fs/mullvad-repack mullvad_repack_url: https://github.com/sys-fs/mullvad-repack
- name: Facts 02 - name: Workstation | Software | VPN | Mullvad | Devuan Block | Facts 02
set_fact: set_fact:
mullvad_repack_dir: "{{ devuan_mullvad_dir }}/mullvad_repack" mullvad_repack_dir: "{{ devuan_mullvad_dir }}/mullvad_repack"
- name: Check - name: Workstation | Software | VPN | Mullvad | Devuan Block | Check
stat: stat:
path: "/opt/Mullvad VPN" path: "/opt/Mullvad VPN"
register: mullvad_installed register: mullvad_installed
- name: Install - name: Workstation | Software | VPN | Mullvad | Devuan Block | Install
shell: "{{ item }}" shell: "{{ item }}"
loop: loop:
- "mkdir -pv {{ devuan_mullvad_dir }}" - "mkdir -pv {{ devuan_mullvad_dir }}"