File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919- name : " Get existing VM info"
2020 include_tasks : ../common/vm_get_vm_info.yml
2121
22- - name : " Get '{{ vm_guest_id }}' guest config options with VM hardware version '{{ vm_hardware_version }}'"
23- include_tasks : ../common/esxi_get_guest_config_options.yml
24- vars :
25- guest_id : " {{ vm_guest_id }}"
26- esxi_hardware_version : " {{ vm_hardware_version_num }}"
27-
2822- name : " Get VM's power state"
2923 include_tasks : ../common/vm_get_power_state.yml
3024
4842- name : " Wait for VM primary network adapter has MAC address"
4943 include_tasks : ../common/vm_wait_primary_nic_mac.yml
5044
45+ - name : " Get '{{ vm_guest_id }}' guest config options with VM hardware version '{{ vm_hardware_version }}'"
46+ include_tasks : ../common/esxi_get_guest_config_options.yml
47+ vars :
48+ guest_id : " {{ vm_guest_id }}"
49+ esxi_hardware_version : " {{ vm_hardware_version_num }}"
50+
5151- name : " Get Linux system info"
5252 when : gosv_test_suite == "linux"
5353 block :
You can’t perform that action at this time.
0 commit comments