Explorar el Código

current

master
padre
commit
c25372cc6d
Se han modificado 1 ficheros con 2 adiciones y 7 borrados
  1. +2
    -7
      tasks/main.yml

+ 2
- 7
tasks/main.yml Ver fichero

@@ -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

Cargando…
Cancelar
Guardar