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:
@@ -1,6 +1,8 @@
|
|||||||
# requirements.yml
|
# 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
|
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
|
- src: git@repo.piave7.duckdns.org:Jose/ansible_samba_ad_dc.git
|
||||||
scm: git
|
scm: git
|
||||||
|
|||||||
Reference in New Issue
Block a user