Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

13 řádky
247B

  1. ---
  2. # - name: ansible_devices debug
  3. # debug:
  4. # msg: "{{ansible_devices}}"
  5. - name: scan hard disks
  6. set_fact:
  7. hard_disks: "{{lookup('template','hard_disks_scan.json.j2')}}"
  8. when:
  9. - not hard_disks is defined
  10. - hard_disks_scan