Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
123456789101112 |
- ---
-
- # - 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
|