style 💎: Update samba provision task to remove log option

Updated the `no_log` option in the `samba_provision` task to always display passwords, making it easier to debug and understand the provisioning process.
This commit is contained in:
2025-11-03 18:24:17 +01:00
parent 8406e1eab6
commit 7e7c8a4b2d

View File

@@ -18,6 +18,6 @@
when: not samba_provisioned.stat.exists
register: samba_provision_output
changed_when: samba_provision_output.rc == 0
no_log: true # You may toggle this if password should be hidden
# no_log: true # You may toggle this if password should be hidden