fix 🐛: Update requirements.yml to use the latest versions of samba_ad_dc, samba_domain_member, and samba_windows_share from git repositories.
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.
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
# requirements.yml
|
||||
- name: samba_ad_dc
|
||||
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc
|
||||
version: main
|
||||
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
|
||||
version: main
|
||||
|
||||
- name: samba_windows_share
|
||||
src: git+ssh://git@repo.piave7.dedyn.io/Jose/ansible_samba_windows_share
|
||||
version: main
|
||||
|
||||
Reference in New Issue
Block a user