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ů.
|
- ---
-
- # - name: ansible_devices debug
- # debug:
- # msg: "{{ansible_devices}}"
-
- - name: scan hard disks
- set_fact:
- hard_disks: "{{lookup('template','hard_disks_scan.json.j2')}}"
- when:
- - not hard_disks is defined
- - hard_disks_scan
|