Updated the requirements.yml file to use HTTPS for Git URLs and updated the SCM field to 'git'. This refactoring enhances security and consistency in the repository management.
10 lines
265 B
YAML
10 lines
265 B
YAML
# requirements.yml
|
|
- src: git@repo.piave7.duckdns.org:Jose/ansible_samba_ad_dc.git
|
|
scm: git
|
|
|
|
- src: https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member
|
|
scm: git
|
|
|
|
- src: git+ssh://git@repo.piave7.dedyn.io/Jose/ansible_samba_windows_share
|
|
scm: git
|