Skip to content

Commit 3a53753

Browse files
Do not set dconf settings anymore
1 parent 3cb7ccd commit 3a53753

File tree

4 files changed

+0
-15
lines changed

4 files changed

+0
-15
lines changed

provision-contest/ansible/roles/system_fixes/files/dconf/db/local.d/01-alt-tab

Lines changed: 0 additions & 2 deletions
This file was deleted.

provision-contest/ansible/roles/system_fixes/files/dconf/db/local.d/locks/locks

Lines changed: 0 additions & 1 deletion
This file was deleted.

provision-contest/ansible/roles/system_fixes/files/dconf/profile/user

Lines changed: 0 additions & 2 deletions
This file was deleted.

provision-contest/ansible/roles/system_fixes/tasks/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@
3333
fi
3434
fi
3535
36-
- name: Force enable alt-tab for switching windows
37-
copy:
38-
src: dconf/
39-
dest: /etc/dconf/
40-
owner: root
41-
group: root
42-
mode: 0755
43-
notify: Update dconf
44-
when: GRAPHICAL
45-
4636
- name: Configure network for static IP address
4737
when: STATIC_IP_ENABLED
4838
block:

0 commit comments

Comments
 (0)