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:
@@ -33,7 +33,7 @@
|
||||
tasks:
|
||||
- name: Say hello
|
||||
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
|
||||
ansible.builtin.copy:
|
||||
|
||||
Reference in New Issue
Block a user