From 7e7c8a4b2dcfe38a99072b4450e0176de95aacf0 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 3 Nov 2025 18:24:17 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20samba=20provis?= =?UTF-8?q?ion=20task=20to=20remove=20log=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the `no_log` option in the `samba_provision` task to always display passwords, making it easier to debug and understand the provisioning process. --- tasks/provision.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/provision.yml b/tasks/provision.yml index 5a2e870..fc1d754 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: true # You may toggle this if password should be hidden