ソースを参照

current

master
コミット
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

読み込み中…
キャンセル
保存