Work on Plymouth
This commit is contained in:
parent
0b3d783c1f
commit
a872a62bca
@ -6,3 +6,6 @@
|
||||
name: cron
|
||||
state: restarted
|
||||
become: yes
|
||||
- name: regen initramfs
|
||||
command: /usr/sbin/update-initramfs -c -k all
|
||||
become: yes
|
||||
|
@ -46,6 +46,11 @@
|
||||
include_tasks: packages.yml
|
||||
- name: Configure Mopidy
|
||||
include_tasks: mopidy.yml
|
||||
- name: Set up Plymouth bgrt
|
||||
alternatives:
|
||||
name: default.plymouth
|
||||
path: /usr/share/plymouth/themes/bgrt/bgrt.plymouth
|
||||
notify: regen initramfs
|
||||
- name: Stop services
|
||||
systemd:
|
||||
name: "{{ item }}"
|
||||
|
@ -124,6 +124,7 @@
|
||||
- joy2key
|
||||
- joystick
|
||||
- kcolorchooser
|
||||
- kde-config-plymouth
|
||||
- kdenlive
|
||||
- kdepim
|
||||
- keepassxc
|
||||
@ -141,6 +142,7 @@
|
||||
- mupen64plus-qt
|
||||
- nextcloud-desktop
|
||||
- obs-studio
|
||||
- plymouth-theme-spinner
|
||||
- pulseeffects
|
||||
- q4wine
|
||||
- qbittorrent
|
||||
|
Loading…
Reference in New Issue
Block a user