From ac908155498e49e41b8bf44808ea894db1f786c8 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 9 Oct 2025 18:38:11 +0200 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Update=20requirements.yml?= =?UTF-8?q?=20to=20use=20HTTPS=20instead=20of=20SSH=20for=20the=20samba=5F?= =?UTF-8?q?domain=5Fmember=20and=20samba=5Fad=5Fdc=20roles.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The commit updates the source URLs in the `requirements.yml` file from using SSH to HTTPS, ensuring that the roles can be fetched over a secure channel. This change is necessary to comply with security best practices. --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index 9eaf35e..db72201 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,6 +1,6 @@ # requirements.yml - name: samba_domain_member role - src: git+ssh://git@repo.piave7.duckdns.org/Jose/ansible_samba_domain_member.git + src: git+https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member.git version: main - name: samba_ad_dc role