parent
da18a3c321
commit
513a14e595
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@
|
|||
lineinfile:
|
||||
path: /etc/mkinitcpio.conf
|
||||
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
|
||||
|
||||
- name: Rebuild initrd
|
||||
|
@ -120,5 +120,5 @@
|
|||
|
||||
- name: Enable lightdm
|
||||
systemd:
|
||||
name: lightdm-plymouth
|
||||
name: lightdm
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue