Sun, 14 Jul 2019 03:09:40 -0500
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