From 92f2c4eb4b6e04da808768fbd273a3ec2269b389 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 3 Nov 2025 19:07:13 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20package=20list?= =?UTF-8?q?=20in=20defaults/main.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the list of required packages for Samba, replacing 'dnsutils' with 'bind9-dnsutils'. This change ensures compatibility with the latest DNS server version. No functional changes were made. --- defaults/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index f4018cb..a317b17 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -40,7 +40,8 @@ samba_packages: - libnss-winbind - krb5-config - krb5-user - - dnsutils + - bind9-dnsutils + # - dnsutils - python3-setproctitle # - smbclient