From 8c3adc6cf9c1566a32830b1ef4e477d4c1311da2 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 6 Nov 2025 17:13:16 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20Samba=20provis?= =?UTF-8?q?ion=20output=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the default path for the Samba provision output to /var/lib/samba/private/krb5.conf, ensuring consistency with the expected location. --- tasks/kerberos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/kerberos.yml b/tasks/kerberos.yml index 322cdab..8fcffea 100644 --- a/tasks/kerberos.yml +++ b/tasks/kerberos.yml @@ -10,7 +10,7 @@ | default([]) ) | first - | default('') + | default('/var/lib/samba/private/krb5.conf') | trim }} when: samba_provision_output.stdout is defined