style 💎: Update debug message with missing admin password variable

Updated the debug message to use the correct variable for the admin password, ensuring consistency in the output. This change improves readability and maintainability of the setup process.
This commit is contained in:
2025-11-04 17:24:08 +01:00
parent 0cc2e09e32
commit 5a8998539d

View File

@@ -33,7 +33,7 @@
tasks: tasks:
- name: Say hello - name: Say hello
ansible.builtin.debug: ansible.builtin.debug:
msg: "Hello {{ samba_domain_info.adminpass }} & {{addc_admin_password}}" msg: "Hello {{addc_admin_password}}"
- name: Combine SSH public keys into one file - name: Combine SSH public keys into one file
ansible.builtin.copy: ansible.builtin.copy: