From 75d08baf68abe52838a9d5f02a4214a7bf107990 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 10 Oct 2025 20:02:51 +0200 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Refactored=20t?= =?UTF-8?q?he=20requirements.yml=20file=20to=20use=20HTTPS=20for=20Git=20U?= =?UTF-8?q?RLs=20and=20updated=20the=20SCM=20field=20to=20'git'.=20This=20?= =?UTF-8?q?change=20ensures=20that=20all=20references=20to=20the=20reposit?= =?UTF-8?q?ories=20are=20secure=20and=20consistent.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the requirements.yml file to use HTTPS for Git URLs and updated the SCM field to 'git'. This refactoring enhances security and consistency in the repository management. --- roles/requirements.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/roles/requirements.yml b/roles/requirements.yml index 3ac3854..b256e23 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -1,10 +1,9 @@ # requirements.yml -- name: samba_ad_dc - src: git@repo.piave7.duckdns.org:Jose/ansible_samba_ad_dc.git +- 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 +- src: https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member + scm: git -- name: samba_windows_share - src: git+ssh://git@repo.piave7.dedyn.io/Jose/ansible_samba_windows_share +- src: git+ssh://git@repo.piave7.dedyn.io/Jose/ansible_samba_windows_share + scm: git