Browse Source

hard_disks debug

master
Markus Katharina Brechtel 7 years ago
parent
commit
be20c8da62
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      tasks/main.yml

+ 5
- 0
tasks/main.yml View File

@@ -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…
Cancel
Save