This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-grub_bootloader
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
current
master
Markus Katharina Brechtel
8 years ago
parent
5209a320c9
commit
c25372cc6d
1 changed files
with
2 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-7
tasks/main.yml
+ 2
- 7
tasks/main.yml
View File
@@ -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
Write
Preview
Loading…
Cancel
Save