From 6bf13f7a42dd37928cbba8c84a9aa3672601aeb1 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 3 Nov 2025 21:14:12 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20debug=20messag?= =?UTF-8?q?e=20with=20admin=20password?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the debug message to include the admin password for better logging, making it easier to identify the source of issues. --- tasks/setupacdc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 99908a1..59ab14a 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -106,9 +106,6 @@ gather_facts: false become: true - vars: - samba_domain_info.adminpass: "{{ addc_admin_password }}" - tasks: # - name: Ensure SSH authorized keys are present @@ -118,6 +115,9 @@ # state: present # loop: "{{ ssh_public_keys }}" + - name: Say hello + ansible.builtin.debug: + msg: "Hello {{addc_admin_password}}" - name: Install useful packages ansible.builtin.package: