소스 검색

current

master
부모
커밋
3769491d2e
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. +2
    -3
      tasks/main.yml
  2. +0
    -1
      tasks/setup_Debian.yml

+ 2
- 3
tasks/main.yml 파일 보기

@@ -3,8 +3,7 @@
- setup:
gather_subset: "!all"

- name: debian
include: debian.yml
- include: setup_Debian.yml
when: ansible_os_family == "Debian"

#- include: gdisk.yml
@@ -20,5 +19,5 @@
command: sync

- name: reread partition tables
command: hdparm -z {{ item.device }}
command: partprobe {{ item.device }}
with_items: "{{ hard_disks }}"

tasks/debian.yml → tasks/setup_Debian.yml 파일 보기

@@ -5,5 +5,4 @@
pkg: "{{ item }}"
state: installed
with_items:
- hdparm
- parted

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