소스 검색

hard_disks debug

master
Markus Katharina Brechtel 7 년 전
부모
커밋
be20c8da62
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      tasks/main.yml

+ 5
- 0
tasks/main.yml 파일 보기

@@ -4,6 +4,11 @@
set_fact:
filesystem_uuid_namespace: "{{ lookup('pipe','uuid -v4') }}"

#- name: hard_disks debug
# debug:
# msg: "{{hard_disks}}"
# when: hard_disks is defined

- name: set hard_disks
set_fact:
hard_disks: "{{lookup('template','hard_disks.json.j2')}}"


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