From 75c2cef85750343b68f731b1b4aedffab2941004 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 10 Oct 2025 20:07:09 +0200 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Update=20requirements.yml?= =?UTF-8?q?=20to=20include=20the=20correct=20source=20and=20SCM=20for=20an?= =?UTF-8?q?sible=5Fsamba=5Fdomain=5Fmember=20and=20ansible=5Fsamba=5Fad=5F?= =?UTF-8?q?dc=20roles.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the `requirements.yml` file to specify the correct source and SCM for the `ansible_samba_domain_member` and `ansible_samba_ad_dc` roles. This ensures that the roles are fetched from the specified repositories using Git. --- roles/requirements.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/requirements.yml b/roles/requirements.yml index 76c9e98..e9283bf 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -1,6 +1,5 @@ # requirements.yml - src: https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member - scm: git - src: git@repo.piave7.duckdns.org:Jose/ansible_samba_ad_dc.git scm: git