Fix 'kiosk' configuration.

This commit is contained in:
Andreas B. Mundt 2018-06-07 23:51:55 +03:00
parent e37f9fa03d
commit e86d1a5903
3 changed files with 11 additions and 32 deletions

View file

@ -1,6 +1,11 @@
#- name: gnome hibernate by default
# apt: name=gnome-shell-extension-suspend-button state=latest
- name: gnome desktop
apt:
name: task-gnome-desktop
state: latest
- name: make sure /etc/dconf/profile/ exists
file: path=/etc/dconf/profile/ state=directory recurse=yes