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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user