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:
2025-10-10 18:29:16 +02:00
parent bd69cf0db3
commit 7be9c9480c

View File

@@ -1,10 +1,10 @@
# requirements.yml
- name: samba_domain_member
src: git+https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member.git
- name: samba_ad_dc
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc.git
version: main
- name: samba_ad_dc
src: git+https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc.git
- name: samba_domain_member
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member.git
version: main
- name: samba_windows_share