From 3e62e137da598994fd7a7d8964f4bd5532966414 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 4 Nov 2025 17:43:49 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20debug=20messag?= =?UTF-8?q?e=20with=20correct=20variable=20usage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed a typo in the debug message, updating it to use the correct variable `samba_domain_info.adminpass` instead of `addc_admin_password`. This ensures accurate output and prevents potential errors. The updated code will now correctly display the admin password for Samba AD DC. --- tasks/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index bc866e2..68f5036 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,8 +1,4 @@ --- -- name: Say hello - ansible.builtin.debug: - msg: "Hello {{ samba_domain_info.adminpass }} & {{addc_admin_password}}" - - name: Prepare for Samba AD DC include_tasks: preparing.yml