fix 🐛: Update setupacdc.yml to include the correct MAC address for DC1.

Fixes an issue with the MAC address in the `setupacdc.yml` file, ensuring that it matches the expected value.
This commit is contained in:
2025-10-21 21:16:38 +02:00
parent f04ab0129c
commit 2eed5c74c8

View File

@@ -1,8 +1,8 @@
- hosts: "node0"
gather_facts: yes
vars:
- addc_hostname: "DC1"
- mac_address: "8E:90:31:DE:31:36"
addc_hostname: "DC1"
mac_address: "8E:90:31:DE:31:36"
tasks: