refactor ♻️: Refactored the requirements.yml file to use HTTPS for Git URLs and updated the SCM field to 'git'. This change ensures that all references to the repositories are secure and consistent.
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.
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
# requirements.yml
|
||||
- name: samba_ad_dc
|
||||
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
|
||||
|
||||
- name: samba_domain_member
|
||||
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member
|
||||
- src: https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member
|
||||
scm: git
|
||||
|
||||
- name: samba_windows_share
|
||||
src: git+ssh://git@repo.piave7.dedyn.io/Jose/ansible_samba_windows_share
|
||||
- src: git+ssh://git@repo.piave7.dedyn.io/Jose/ansible_samba_windows_share
|
||||
scm: git
|
||||
|
||||
Reference in New Issue
Block a user