style 💎: Update samba provision settings to show password

Updated the `no_log` setting in the `tasks/provision.yml` file to display passwords, allowing for easier debugging and troubleshooting.
This commit is contained in:
2025-11-03 18:26:30 +01:00
parent 7e7c8a4b2d
commit 497cb6cbf5

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: false # You may toggle this if password should be hidden