We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a431d commit 6e3f740Copy full SHA for 6e3f740
linux/device_list/vm_get_devices_with_label.yml
@@ -25,7 +25,7 @@
25
26
- name: "Search all devices with label {{ device_label }}"
27
set_fact:
28
- vm_devices_with_label: "{{ vm_devices_with_label }} + [{{ item }}]"
+ vm_devices_with_label: "{{ vm_devices_with_label + [item] }}"
29
with_items: "{{ vm_config.config.hardware.device }}"
30
when: "device_label in item.deviceInfo.label"
31
0 commit comments