Update plymouth hooks to support new version
lint Details

This commit is contained in:
Jake Howard 2023-04-10 16:40:23 +01:00
parent da18a3c321
commit 513a14e595
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@
lineinfile: lineinfile:
path: /etc/mkinitcpio.conf path: /etc/mkinitcpio.conf
regexp: ^HOOKS= regexp: ^HOOKS=
line: HOOKS=(base udev plymouth autodetect keyboard keymap modconf block plymouth-encrypt filesystems fsck) line: HOOKS=(base udev plymouth autodetect keyboard keymap modconf block encrypt filesystems fsck)
register: initrd_hooks register: initrd_hooks
- name: Rebuild initrd - name: Rebuild initrd
@ -120,5 +120,5 @@
- name: Enable lightdm - name: Enable lightdm
systemd: systemd:
name: lightdm-plymouth name: lightdm
enabled: true enabled: true