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 - pm-utils
- policykit-1-gnome - policykit-1-gnome
- printer-driver-escpr - printer-driver-escpr
- name: install gui packages
become: yes
apt:
update_cache: yes
pkg:
- gnome-backgrounds - gnome-backgrounds
- ubuntu-wallpapers-focal - ubuntu-wallpapers-focal
- numlockx - numlockx
- pavucontrol
- pasystray
- name: install git - name: install git
become: yes become: yes