From 872743ddad5f008722bc349f90011e58922cfa95 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 10 Oct 2025 20:04:57 +0200 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Update=20requirements.yml?= =?UTF-8?q?=20to=20point=20to=20the=20correct=20repository=20for=20ansible?= =?UTF-8?q?=5Fsamba=5Fad=5Fdc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The requirements.yml file was updated to use the correct Git URL for the ansible_samba_ad_dc repository, which resolves a bug in the previous commit. --- roles/requirements.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/requirements.yml b/roles/requirements.yml index b256e23..76c9e98 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -1,8 +1,8 @@ # requirements.yml -- src: git@repo.piave7.duckdns.org:Jose/ansible_samba_ad_dc.git +- src: https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member scm: git -- src: https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member +- src: git@repo.piave7.duckdns.org:Jose/ansible_samba_ad_dc.git scm: git - src: git+ssh://git@repo.piave7.dedyn.io/Jose/ansible_samba_windows_share