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:
2025-11-03 21:05:33 +01:00
parent 7fd16e195f
commit 7374c1fb52

View File

@@ -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