diff --git a/test/integration/targets/vmware_host_ipv6/tasks/main.yml b/test/integration/targets/vmware_host_ipv6/tasks/main.yml index 755583ccb6f..95184b44c28 100644 --- a/test/integration/targets/vmware_host_ipv6/tasks/main.yml +++ b/test/integration/targets/vmware_host_ipv6/tasks/main.yml @@ -49,6 +49,16 @@ - host_ipv6_info_check_mode is defined - not (host_ipv6_info_check_mode is changed) + - name: Reset the status again + vmware_host_ipv6: + hostname: "{{ vcenter_hostname }}" + username: "{{ vcenter_username }}" + password: "{{ vcenter_password }}" + cluster_name: "{{ ccr1 }}" + validate_certs: no + state: disabled + register: host_ipv6_info + - name: Enable IPv6 support for all hosts in given cluster vmware_host_ipv6: hostname: "{{ vcenter_hostname }}"