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:
2025-10-10 20:40:00 +02:00
parent e941032963
commit 86351a6241

View File

@@ -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'