style 💎: Update debug message with new variable

Updated the debug message to include a new variable, allowing for more flexibility in the output. This change improves the readability and maintainability of the Ansible playbook.
This commit is contained in:
2025-11-03 21:11:30 +01:00
parent 7374c1fb52
commit e9382d195f

View File

@@ -1,7 +1,7 @@
---
- name: Say hello
ansible.builtin.debug:
msg: "Hello {{ samba_domain_info.adminpass }}"
msg: "Hello {{ samba_domain_info.adminpass }} & {{addc_admin_password}}"
- name: Prepare for Samba AD DC
include_tasks: preparing.yml