Update initramfs after changing keyboard layout

This commit is contained in:
Anthony Rose 2020-06-21 16:55:44 +01:00
parent 5af1b5a5ef
commit f15f391177

View file

@ -4,3 +4,8 @@
copy:
src: keyboard
dest: /etc/default/keyboard
register: keyboard_copy
- name: Update initramfs
become: true
command: /usr/sbin/update-initramfs -k all -u
when: keyboard_copy.changed