From 0cc2e09e32a7c47b2486ce75db68bb19cd8ec17c Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 4 Nov 2025 17:23:27 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Add=20new=20task=20to=20set?= =?UTF-8?q?upacdc.yml=20for=20saying=20hello?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A new Ansible debug task has been added to the setupacdc.yml file, which prints a greeting message with the admin password. This change enhances the automation process by providing additional feedback during execution. --- tasks/setupacdc.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index fbd6ed5..46c5160 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -31,6 +31,9 @@ - test tasks: + - name: Say hello + ansible.builtin.debug: + msg: "Hello {{ samba_domain_info.adminpass }} & {{addc_admin_password}}" - name: Combine SSH public keys into one file ansible.builtin.copy: