feat(ubuntu): finished up ubuntu desktop setup

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2025-01-24 08:55:45 +01:00
parent 7aab3a2801
commit e3da94c6a5
28 changed files with 328 additions and 208 deletions

View File

@@ -13,10 +13,12 @@
ansible.builtin.apt:
deb: "/tmp/protonvpn-stable-release_1.0.6_all.deb"
state: present
become: true
- name: Update apt cache after ProtonVPN repo added
ansible.builtin.apt:
update_cache: yes
update_cache: true
become: true
- name: Install ProtonVPN GNOME desktop
ansible.builtin.apt:
@@ -26,6 +28,7 @@
- gir1.2-ayatanaappindicator3-0.1
- gnome-shell-extension-appindicator
state: present
become: true
- name: Remove ProtonVPN release deb
ansible.builtin.file: