From a2a46d47786630759bf9a1085495822a8089b597 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 11 Oct 2025 07:05:11 +0200 Subject: [PATCH] modified: roles/requirements.yml --- roles/requirements.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/requirements.yml b/roles/requirements.yml index 83f1cbb..d8e1531 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -1,8 +1,11 @@ # requirements.yml - src: arillso.localization -- src: https://repo.piave7.dedyn.io:Jose/ansible_samba_ad_dc.git +# Role hosted in your private Gitea instance +- name: my_gitea_role + src: git@repo.piave7.dedyn.io:Jose/ansible_samba_ad_dc.gitt # <-- Use the SSH URL scm: git + version: master # or a specific tag/branch like 'v1.0.0' - name: ansible_samba_domain_member src: git@repo.piave7.duckdns.org:Jose/ansible_samba_domain_member.git # <-- Use the SSH URL