Add more gui software to install
This commit is contained in:
parent
35dd996fc3
commit
2afaf12e72
@ -1,15 +1,15 @@
|
||||
---
|
||||
- name: install aptitude
|
||||
- name: install package managers
|
||||
become: yes
|
||||
apt:
|
||||
update_cache: yes
|
||||
pkg:
|
||||
- aptitude
|
||||
- flatpak
|
||||
|
||||
- name: install terminal packages
|
||||
become: yes
|
||||
apt:
|
||||
update_cache: yes
|
||||
pkg:
|
||||
- vim-gtk3
|
||||
- git
|
||||
@ -32,29 +32,32 @@
|
||||
pkg:
|
||||
- libfuse2
|
||||
|
||||
- name: install gui packages
|
||||
- name: install gui packages from apt
|
||||
become: yes
|
||||
apt:
|
||||
update_cache: yes
|
||||
pkg:
|
||||
- gnome-backgrounds
|
||||
- ubuntu-wallpapers-focal
|
||||
- numlockx
|
||||
- pavucontrol
|
||||
- pasystray
|
||||
- gnome-screenshot
|
||||
- flameshot
|
||||
|
||||
- name: install the smile emoji picker
|
||||
community.general.flatpak:
|
||||
state: present
|
||||
name: it.mijorus.smile
|
||||
|
||||
- name: install git
|
||||
become: yes
|
||||
apt:
|
||||
update_cache: yes
|
||||
pkg:
|
||||
- git
|
||||
|
||||
- name: install gui apps
|
||||
become: yes
|
||||
apt:
|
||||
update_cache: yes
|
||||
pkg:
|
||||
- redshift
|
||||
- picom
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user