From a8a18f93df37e996e8236e56e982284ddd2617fe Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 4 Nov 2025 20:46:05 +0100 Subject: [PATCH] modified: tasks/install.yml --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 3b1ba00..f4cc7f8 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -48,7 +48,7 @@ - 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://download.samba.org/pub/samba/packages/debian {{ ansible_lsb.codename }} samba-422" + repo: "deb [signed-by=/usr/share/keyrings/samba-team-archive-keyring.gpg] http://download.samba.org/pub/samba/packages/debian {{ ansible_distribution_release }} samba-422" state: present filename: samba-team when: "'4.22.4' in samba_version.stdout"