fix 🐛: Update requirements.yml to use HTTPS instead of SSH for the samba_domain_member and samba_ad_dc roles.

The commit updates the source URLs in the `requirements.yml` file from using SSH to HTTPS, ensuring that the roles can be fetched over a secure channel. This change is necessary to comply with security best practices.
This commit is contained in:
2025-10-09 18:38:11 +02:00
parent b7f89f6312
commit ac90815549

View File

@@ -1,6 +1,6 @@
# requirements.yml
- name: samba_domain_member role
src: git+ssh://git@repo.piave7.duckdns.org/Jose/ansible_samba_domain_member.git
src: git+https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member.git
version: main
- name: samba_ad_dc role