feat(ubuntu): finished up ubuntu desktop setup
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user