Remove lightdm changes

Sun, 14 Jul 2019 03:09:40 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 14 Jul 2019 03:09:40 -0500
changeset 90
48ec8001075f
parent 89
86248a83a3dd
child 91
a6f157cdf20e

Remove lightdm changes

group_vars/all.yml file | annotate | diff | comparison | revisions
roles/devbox/tasks/dist-debian.yml file | annotate | diff | comparison | revisions
--- a/group_vars/all.yml
+++ b/group_vars/all.yml
@@ -2,8 +2,6 @@
 user_name:    mhoward
 user_comment: Meredith Howard
 
-gui_session: "i3"
-
 dotfiles_default: https://bitbucket.org/merrilymeredith/dotfiles
 dotfiles_default_push: ssh://mhoward@roomag.org/proj/dotfiles
 
--- a/roles/devbox/tasks/dist-debian.yml
+++ b/roles/devbox/tasks/dist-debian.yml
@@ -38,11 +38,3 @@
     name:
       - vim-nox
 
-- name: Set default X session in lightdm
-  when: gui_enabled and gui_session
-  ini_file:
-    dest: /etc/lightdm/lightdm.conf
-    section: SeatDefaults
-    option: user-session
-    value: "{{ gui_session }}"
-    backup: true

mercurial