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:
@@ -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
|
- name: Prepare for Samba AD DC
|
||||||
include_tasks: preparing.yml
|
include_tasks: preparing.yml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user