From 5209a320c9a975993bba31be1ba1f675f29d939b Mon Sep 17 00:00:00 2001 From: Markus Brecchtel Date: Tue, 29 Nov 2016 16:36:56 +0000 Subject: [PATCH] current state from 2015-11-29 --- .gitignore | 1 + tasks/main.yml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 tasks/main.yml 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 }}" +