Explorar el Código

hard_disks debug

master
Markus Katharina Brechtel hace 7 años
padre
commit
be20c8da62
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      tasks/main.yml

+ 5
- 0
tasks/main.yml Ver fichero

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


Cargando…
Cancelar
Guardar