From 1c043127974c971d693eb5c27f90fc13ce8956c4 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 3 Nov 2025 21:16:30 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20with=20new=20variable=20for=20admin=20password?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a new variable to the setupacdc.yml file to store the admin password, making it easier to manage and update in the future. --- tasks/setupacdc.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 59ab14a..a1f085d 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -106,6 +106,9 @@ gather_facts: false become: true + vars: + addc_admin_password: "{{ addc_adminpass }}" + tasks: # - name: Ensure SSH authorized keys are present