From c76545e8168e53311b560833c6eae86fc75981c8 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 4 Nov 2025 20:38:03 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20Samba=20reposi?= =?UTF-8?q?tory=20URL=20for=20Debian?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the Samba Team Debian repository URL to use the modern method, which includes a signed-by keyring. This change improves security and stability of the package installation process. --- tasks/install.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index f57ae35..3b1ba00 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -47,7 +47,8 @@ - name: Add Samba Team Debian repository (modern method) ansible.builtin.apt_repository: - repo: "deb [signed-by=/usr/share/keyrings/samba-team-archive-keyring.gpg] http://pkg.samba.org/packages/debian {{ ansible_lsb.codename | default('bookworm') }} samba-422" + # repo: "deb [signed-by=/usr/share/keyrings/samba-team-archive-keyring.gpg] http://pkg.samba.org/packages/debian {{ ansible_lsb.codename | default('bookworm') }} samba-422" + repo: "deb [signed-by=/usr/share/keyrings/samba-team-archive-keyring.gpg] http://download.samba.org/pub/samba/packages/debian {{ ansible_lsb.codename }} samba-422" state: present filename: samba-team when: "'4.22.4' in samba_version.stdout"