diff --git a/roles/configuration/templates/network.j2 b/roles/configuration/templates/network.j2 index 1595ab0..2b36ee3 100644 --- a/roles/configuration/templates/network.j2 +++ b/roles/configuration/templates/network.j2 @@ -3,9 +3,6 @@ id=LAN uuid={{ configuration_net_uuid }} type=ethernet -[ethernet] -mac-address={{ configuration_net_mac }} - [ipv4] {% set dns_value = vm_dns if vm_dns is defined else '' %} {% set dns_list_raw = dns_value if dns_value is iterable and dns_value is not string else dns_value.split(',') %}