summaryrefslogtreecommitdiff
path: root/roles/ubuntu-ws/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ubuntu-ws/tasks/main.yaml')
-rw-r--r--roles/ubuntu-ws/tasks/main.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/roles/ubuntu-ws/tasks/main.yaml b/roles/ubuntu-ws/tasks/main.yaml
index fe988a52..389ef247 100644
--- a/roles/ubuntu-ws/tasks/main.yaml
+++ b/roles/ubuntu-ws/tasks/main.yaml
@@ -8,14 +8,16 @@
with_items:
- flashplugin-installer
+- name: install xubuntu-desktop task
+ command: "apt-get -y -q install xubuntu-desktop^"
+ args:
+ warn: no
+
- name: base packages
apt:
name: "{{ item }}"
state: present
with_items:
- - xubuntu-desktop
- - xserver-xorg-input-all
- - xserver-xorg-video-all
- file
- pwgen
- p7zip-rar