# HG changeset patch # User Meredith Howard # Date 1563091780 18000 # Node ID 48ec8001075f46349e16b7e54234299575b1bf62 # Parent 86248a83a3dd755635cfa9a1ff972c3fcdce4a03 Remove lightdm changes diff --git a/group_vars/all.yml b/group_vars/all.yml --- 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 diff --git a/roles/devbox/tasks/dist-debian.yml b/roles/devbox/tasks/dist-debian.yml --- 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