diff options
author | Christian Pointner <equinox@spreadspace.org> | 2018-02-25 17:18:12 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2018-02-25 17:18:12 +0100 |
commit | 10277e7f87b534ed353e7308179302feb7de870a (patch) | |
tree | 69f16074fef792712aa54580b16b7a1517829670 /roles/ubuntu-ws | |
parent | added acmetool role (diff) |
switch to task
Diffstat (limited to 'roles/ubuntu-ws')
-rw-r--r-- | roles/ubuntu-ws/tasks/main.yaml | 8 |
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 |