From 2eed5c74c80c1e7d99b68490ddb304718674fcc6 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 21 Oct 2025 21:16:38 +0200 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Update=20`setupacdc.yml`?= =?UTF-8?q?=20to=20include=20the=20correct=20MAC=20address=20for=20DC1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes an issue with the MAC address in the `setupacdc.yml` file, ensuring that it matches the expected value. --- tasks/setupacdc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index e1d9dc1..00c13bf 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -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: