Fixes an outdated requirement in the roles/requirements.yml file by updating the source URLs and SCM to use Git repositories for the specified packages.
11 lines
319 B
YAML
11 lines
319 B
YAML
# requirements.yml
|
|
- name: samba_ad_dc
|
|
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
|
|
|
|
- name: samba_windows_share
|
|
src: git+ssh://git@repo.piave7.dedyn.io/Jose/ansible_samba_windows_share
|