瀏覽代碼

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')}}"


Loading…
取消
儲存