From be20c8da62c8b503fd679575a77062d9f3fc6a16 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sun, 29 Oct 2017 21:57:34 +0000 Subject: [PATCH] hard_disks debug --- tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index e9a3a36..0351635 100644 --- a/tasks/main.yml +++ b/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')}}"