style 💎: Update debug message with correct variable usage

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.
This commit is contained in:
2025-11-04 17:43:49 +01:00
parent e9382d195f
commit 3e62e137da

View File

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