From 7553e3fbf0758d338ea8c3d20d5feccd9122dc9b Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 10 Oct 2025 19:11:22 +0200 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Update=20requirements.yml?= =?UTF-8?q?=20to=20use=20the=20latest=20versions=20of=20samba=5Fad=5Fdc,?= =?UTF-8?q?=20samba=5Fdomain=5Fmember,=20and=20samba=5Fwindows=5Fshare=20f?= =?UTF-8?q?rom=20git=20repositories.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes an outdated requirement in the roles/requirements.yml file by updating the source URLs and SCM to use Git repositories for the specified packages. --- roles/requirements.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/roles/requirements.yml b/roles/requirements.yml index 1aa1353..3ac3854 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -1,12 +1,10 @@ # requirements.yml - name: samba_ad_dc - src: https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc - version: main + src: git@repo.piave7.duckdns.org:Jose/ansible_samba_ad_dc.git + scm: git - name: samba_domain_member src: https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member - version: main - name: samba_windows_share src: git+ssh://git@repo.piave7.dedyn.io/Jose/ansible_samba_windows_share - version: main