fix 🐛: Update requirements.yml to use the latest versions of samba_ad_dc, samba_domain_member, and samba_windows_share from git repositories.

Fixes an outdated requirement in the roles/requirements.yml file by updating the source URLs and SCM to use Git repositories for the specified packages.
This commit is contained in:
2025-10-10 19:11:22 +02:00
parent 5404c239e0
commit 7553e3fbf0

View File

@@ -1,12 +1,10 @@
# requirements.yml
- name: samba_ad_dc
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc
version: main
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
version: main
- name: samba_windows_share
src: git+ssh://git@repo.piave7.dedyn.io/Jose/ansible_samba_windows_share
version: main