Files
ansible_samba_tasks/roles/requirements.yml
Jose a95251745e style 💎: Update collection names and remove unnecessary newline characters
Updated the requirements.yml files to reflect the correct collection naming convention, removing unnecessary newlines and updating the src attribute for one of the collections.
2025-11-06 20:40:19 +01:00

18 lines
572 B
YAML

# requirements.yml
# - src: arillso.localization
# Role hosted in your private Gitea instance
- name: ansible_samba_ad_dc
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc.git
scm: git
# version: master # or a specific tag/branch like 'v1.0.0'
# - name: ansible_samba_domain_member
# 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'
# - src: git+ssh://git@repo.piave7.duckdns.org/Jose/ansible_samba_windows_share
# scm: git