parent
da18a3c321
commit
513a14e595
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue