From 5a8998539dd37cf9d2ab0df891a7a2993adb4f0a Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 4 Nov 2025 17:24:08 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20debug=20messag?= =?UTF-8?q?e=20with=20missing=20admin=20password=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the debug message to use the correct variable for the admin password, ensuring consistency in the output. This change improves readability and maintainability of the setup process. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 46c5160..b736ef7 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -33,7 +33,7 @@ tasks: - name: Say hello ansible.builtin.debug: - msg: "Hello {{ samba_domain_info.adminpass }} & {{addc_admin_password}}" + msg: "Hello {{addc_admin_password}}" - name: Combine SSH public keys into one file ansible.builtin.copy: