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:
@@ -30,4 +30,7 @@
|
|||||||
changed_when: samba_provision_output.rc == 0
|
changed_when: samba_provision_output.rc == 0
|
||||||
no_log: false # You may toggle this if password should be hidden
|
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}}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user