Skip to content

Commit 33c95f4

Browse files
committed
Update existing_vm_setup
Signed-off-by: Qi Zhang <[email protected]>
1 parent b837496 commit 33c95f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

env_setup/existing_vm_setup.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
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

@@ -48,6 +42,12 @@
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:

0 commit comments

Comments
 (0)