commit 5209a320c9a975993bba31be1ba1f675f29d939b Author: Markus Brecchtel Date: Tue Nov 29 16:36:56 2016 +0000 current state from 2015-11-29 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/tasks/main.yml b/tasks/main.yml new file mode 100644 index 0000000..fbbf569 --- /dev/null +++ b/tasks/main.yml @@ -0,0 +1,9 @@ +--- + +- name: update-grub + command: chroot {{ chroot_target }} update-grub + +- name: grub-install + command: chroot {{ chroot_target }} grub-install {{ item.device }} + with_items: "{{ hard_disks }}" +