From c25372cc6d8f19f888259f21e94d99105ea63e83 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Tue, 20 Dec 2016 05:36:08 +0000 Subject: [PATCH] current --- tasks/main.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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