fix 🐛: Update requirements.yml to use SSH URL for the ansible_samba_domain_member role and specify a specific version.

Fixes an issue with the requirements.yml file by updating the source URL to use SSH and specifying a version.
This commit is contained in:
2025-10-10 20:37:22 +02:00
parent 7cfce5e61b
commit e941032963

View File

@@ -1,7 +1,9 @@
# requirements.yml
- src: https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member.git
- name: ansible_samba_domain_member
src: git@repo.piave7.duckdns.org/Jose/ansible_samba_domain_member.git # <-- Use the SSH URL
scm: git
version: master # or a specific tag/branch like 'v1.0.0'
- src: git@repo.piave7.duckdns.org:Jose/ansible_samba_ad_dc.git
scm: git