diff --git a/tasks/main.yml b/tasks/main.yml index fbbf569..87608f4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,9 +1,4 @@ --- -- name: update-grub - command: chroot {{ chroot_target }} update-grub - -- name: grub-install - command: chroot {{ chroot_target }} grub-install {{ item.device }} - with_items: "{{ hard_disks }}" - +- name: update initramfs + command: chroot {{ root_target_directory }} update-initramfs -u