Add missing packages to install

This commit is contained in:
Przemek Grondek 2022-07-14 20:56:47 +02:00
parent 53bb9c5827
commit 107f7aa27d

View File

@ -25,9 +25,17 @@
- pm-utils
- policykit-1-gnome
- printer-driver-escpr
- name: install gui packages
become: yes
apt:
update_cache: yes
pkg:
- gnome-backgrounds
- ubuntu-wallpapers-focal
- numlockx
- pavucontrol
- pasystray
- name: install git
become: yes