feat ✨: Add debug message to display admin password
Added a debug message to the Ansible playbook to display the admin password from the Samba domain, allowing for easier testing and debugging of the Samba AD DC setup.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
---
|
||||
- name: Say hello
|
||||
ansible.builtin.debug:
|
||||
msg: "Hello {{ samba_domain_info.adminpass }}"
|
||||
|
||||
- name: Prepare for Samba AD DC
|
||||
include_tasks: preparing.yml
|
||||
|
||||
Reference in New Issue
Block a user