From c5fc0db06d5af143e418269ba69987b630381319 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 4 Nov 2025 17:31:48 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20remove=20unused=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed the `addc_admin_password` variable from the setupacdc.yml file, as it was not being used. This change simplifies the configuration and reduces unnecessary complexity. --- tasks/setupacdc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index b736ef7..88e7876 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -109,8 +109,8 @@ gather_facts: false become: true - vars: - addc_admin_password: "{{ addc_adminpass }}" + # vars: + # addc_admin_password: "{{ addc_adminpass }}" tasks: