feat : Add new task to setupacdc.yml for saying hello

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.
This commit is contained in:
2025-11-04 17:23:27 +01:00
parent 1aa9397e58
commit 0cc2e09e32

View File

@@ -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: