diff --git a/roles/configuration/templates/network.j2 b/roles/configuration/templates/network.j2 index 5914e54..e96a308 100644 --- a/roles/configuration/templates/network.j2 +++ b/roles/configuration/templates/network.j2 @@ -4,9 +4,6 @@ uuid={{ net_uuid.stdout }} type=ethernet interface-name={{ net_inf.stdout }} -[ethernet] -mac-address={{ net_mac.stdout }} - [ipv4] address={{ vm_ip }},{{ vm_gw }} dns={{ vm_dns }}