refactor ♻️: Update role dependencies to use samba_ad_dc instead of samba_domain_member for AD DC management.
This commit updates the role dependencies in `requirements.yml` to use the `samba_ad_dc` role instead of the deprecated `samba_domain_member` role. This change is necessary to align with the latest version and best practices for managing Active Directory domains using Ansible.
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
# requirements.yml
|
# requirements.yml
|
||||||
- name: samba_domain_member
|
- name: samba_ad_dc
|
||||||
src: git+https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member.git
|
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc.git
|
||||||
version: main
|
version: main
|
||||||
|
|
||||||
- name: samba_ad_dc
|
- name: samba_domain_member
|
||||||
src: git+https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc.git
|
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member.git
|
||||||
version: main
|
version: main
|
||||||
|
|
||||||
- name: samba_windows_share
|
- name: samba_windows_share
|
||||||
|
|||||||
Reference in New Issue
Block a user