Add a workaround for a dumb Ubuntu bug

This commit is contained in:
Salt 2020-04-15 09:57:41 -05:00
parent 7a7ce8e0d0
commit 96e7d8ca57

View File

@ -10,6 +10,13 @@
recurse: yes
loop:
- "/etc/X11/xorg.conf.d"
- name: Nuke some configs
file:
path: "{{ item }}"
state: absent
loop:
# Works around a bug where this causes failed logins
- "/etc/X11/Xsession.d/70im-config_launch"
- name: Copy system configs
template:
src: "{{ item.src }}"