From c90a40c649ee5f380f0b17e69f93b3ce90ddbc66 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 25 Feb 2018 00:26:36 +0100 Subject: add some missing packages --- roles/ubuntu-ws/tasks/main.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/ubuntu-ws/tasks/main.yaml') diff --git a/roles/ubuntu-ws/tasks/main.yaml b/roles/ubuntu-ws/tasks/main.yaml index b59dfdc7..fe988a52 100644 --- a/roles/ubuntu-ws/tasks/main.yaml +++ b/roles/ubuntu-ws/tasks/main.yaml @@ -14,6 +14,8 @@ state: present with_items: - xubuntu-desktop + - xserver-xorg-input-all + - xserver-xorg-video-all - file - pwgen - p7zip-rar @@ -22,6 +24,8 @@ - ntfs-3g - gnupg-curl - pass + - evince + - file-roller - name: install browser apt: @@ -41,6 +45,7 @@ - ffmpeg - pavumeter - lame + - gstreamer1.0-pulseaudio - name: install restricted stuff apt: -- cgit v1.2.3