diff --git a/lib/ansible/modules/cloud/vmware/vmware_host_ipv6.py b/lib/ansible/modules/cloud/vmware/vmware_host_ipv6.py index b1270041b2f..e2affb16954 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_host_ipv6.py +++ b/lib/ansible/modules/cloud/vmware/vmware_host_ipv6.py @@ -136,7 +136,6 @@ class VmwareHostIPv6(PyVmomi): results['result'][host.name]['msg'] = "IPv6 is already enabled and active for host '%s'" % \ host.name if not host_network_info.ipV6Enabled: - changed = True results['result'][host.name]['msg'] = ("IPv6 is already enabled for host '%s', but a reboot" " is required!" % host.name) # Enable IPv6