fix 🐛: Update ansible_samba_domain_member role to use SSH URL for repository source
The `requirements.yml` file was updated to use the SSH URL for the ansible_samba_domain_member role, ensuring secure access to the repository. This change addresses a potential security risk associated with using HTTPS URLs.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# requirements.yml
|
||||
- name: ansible_samba_domain_member
|
||||
src: git@repo.piave7.duckdns.org/Jose/ansible_samba_domain_member.git # <-- Use the SSH URL
|
||||
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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user