Configure plymouth *after* installing the theme it needs

This commit is contained in:
Salt 2020-12-20 04:32:04 -06:00
parent 46c3e3f2df
commit 42dac8cecd

View File

@ -10,9 +10,9 @@
- 90-mouse-acceleration.conf
# Enables things like triple-tapping, etc. on touchpads
- 90-touchpad.conf
- name: configure packages
include_tasks: packages.yml
- name: configure plymouth
alternatives: name=default.plymouth path=/usr/share/plymouth/themes/bgrt/bgrt.plymouth
notify: regen initramfs
when: ansible_os_family != "Gentoo"
- name: configure packages
include_tasks: packages.yml