From 497cb6cbf50288907a78ade31bc8dc49806ee920 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 3 Nov 2025 18:26:30 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20samba=20provis?= =?UTF-8?q?ion=20settings=20to=20show=20password?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the `no_log` setting in the `tasks/provision.yml` file to display passwords, allowing for easier debugging and troubleshooting. --- tasks/provision.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/provision.yml b/tasks/provision.yml index fc1d754..4dfed80 100644 --- a/tasks/provision.yml +++ b/tasks/provision.yml @@ -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