소스 검색

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

불러오는 중...
취소
저장