Fix 'kiosk' configuration.
This commit is contained in:
parent
e37f9fa03d
commit
e86d1a5903
3 changed files with 11 additions and 32 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue