Add a workaround for a dumb Ubuntu bug
This commit is contained in:
parent
7a7ce8e0d0
commit
96e7d8ca57
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user