Install unity instead of ubuntu-desktop
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 7 Dec 2015 16:01:17 +0000 (11:01 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 7 Dec 2015 16:01:17 +0000 (11:01 -0500)
automation/ansible/roles/tracecompass/tasks/setup-Debian.yml

index 38c9141742657147b70aa8aa1b979090c54b755b..9ecb86dfd13e9a20688bfd51f5777b76715a458e 100644 (file)
@@ -8,11 +8,11 @@
 - name: Update apt cache.
   apt: update_cache=yes cache_valid_time=86400
 
-- name: Ensure ubuntu-desktop is installed.
-  apt: "name=ubuntu-desktop install_recommends=no"
+- name: Ensure unity is installed.
+  apt: "name=unity install_recommends=no"
 
-- name: Ensure lightdm service is stopped.
-  service: name=lightdm state=stopped enabled=no
+#- name: Ensure lightdm service is stopped.
+#  service: name=lightdm state=stopped enabled=no
 
 - name: Ensure tracecompass build dependencies are installed.
   apt: "name={{ item }} state=installed"
This page took 0.024978 seconds and 4 git commands to generate.