ソースを参照

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


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