feat : Add debug logging for samba provision output

Added a debug log to display the samba provision output, making it easier to diagnose issues with the provisioning process.
This commit is contained in:
2025-11-05 20:49:08 +01:00
parent 7205d9870e
commit 38858590f8

View File

@@ -30,4 +30,7 @@
changed_when: samba_provision_output.rc == 0
no_log: false # You may toggle this if password should be hidden
- name: print provision output
ansible.builtin.debug:
msg: "Provisioning output: {{samba_provision_output}}"