From 46f5852d0c214c7da09299355111d54ba17a4fd5 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 9 Oct 2025 18:55:33 +0200 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Update=20requi?= =?UTF-8?q?rements.yml=20to=20use=20HTTPS=20and=20Gitea=20token=20for=20re?= =?UTF-8?q?pository=20access?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The commit updates the `requirements.yml` file to use HTTPS instead of SSH and includes a Gitea token for secure repository access. This change is necessary to ensure that the playbook can successfully fetch dependencies from the remote repositories. --- requirements.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index db72201..f331ddc 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,6 +1,6 @@ # requirements.yml - name: samba_domain_member role - src: git+https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member.git + src: https://{{ gitea_token }}@repo.piave7.duckdns.org/Jose/ansible_samba_domain_member.git version: main - name: samba_ad_dc role @@ -10,3 +10,4 @@ - name: samba_windows_share role src: git+ssh@repo.piave7.dedyn.io:Jose/ansible_samba_windows_share.git version: main +