You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
-
- # - 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
|