Add splash screen to the gnome role.

This commit is contained in:
Andreas B. Mundt 2019-05-18 18:26:10 +03:00
parent 6f5556e37f
commit 1e83a0f1f6
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,7 @@
- name: update dconf
command: dconf update
listen: update dconf
- name: update grub
command: update-grub
listen: update grub

View file

@ -33,3 +33,10 @@
dest: "/etc/cups/cups-files.conf"
regexp: '^(SystemGroup lpadmin)$'
replace: '\1 root'
- name: enable splash screen
replace:
dest: "/etc/default/grub"
regexp: '"quiet"$'
replace: '"quiet splash"'
notify: update grub