ソースを参照

current state from 2015-11-29

master
Markus Brecchtel 8年前
コミット
5209a320c9
2個のファイルの変更10行の追加0行の削除
  1. +1
    -0
      .gitignore
  2. +9
    -0
      tasks/main.yml

+ 1
- 0
.gitignore ファイルの表示

@@ -0,0 +1 @@
*~

+ 9
- 0
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 }}"


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