This commit updates the `requirements.yml` file to specify the correct source and SCM for the `ansible_samba_domain_member` and `ansible_samba_ad_dc` roles. This ensures that the roles are fetched from the specified repositories using Git.
9 lines
254 B
YAML
9 lines
254 B
YAML
# requirements.yml
|
|
- src: https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member
|
|
|
|
- src: git@repo.piave7.duckdns.org:Jose/ansible_samba_ad_dc.git
|
|
scm: git
|
|
|
|
- src: git+ssh://git@repo.piave7.dedyn.io/Jose/ansible_samba_windows_share
|
|
scm: git
|