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

@@ -1,26 +1,8 @@
---
- name: Install snap packages - bottom
ansible.general.snap:
name: bottom
state: present
become: true
- name: Install snap packages - signal-desktop
ansible.general.snap:
name: signal-desktop
state: present
become: true
- name: Install snap packages - nvim
ansible.general.snap:
name: nvim
classic: true
state: present
become: true
- name: Install snap packages - zellij
ansible.general.snap:
name: zellij
classic: true
- name: Install snap packages
community.general.snap:
name: "{{ item.name }}"
classic: "{{ item.classic }}"
state: present
become: true
loop: "{{ snap_tools }}"