Add splash screen to the gnome role.
This commit is contained in:
parent
6f5556e37f
commit
1e83a0f1f6
2 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
- name: update dconf
|
||||
command: dconf update
|
||||
listen: update dconf
|
||||
|
||||
- name: update grub
|
||||
command: update-grub
|
||||
listen: update grub
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue