Markus Katharina Brechtel 8 лет назад
Родитель
Сommit
c25372cc6d
1 измененных файлов: 2 добавлений и 7 удалений
  1. +2
    -7
      tasks/main.yml

+ 2
- 7
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

Загрузка…
Отмена
Сохранить