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:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: Say hello
|
- name: Say hello
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "Hello {{ samba_domain_info.adminpass }}"
|
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