From 7be9c9480c2fe25f3c7e81b725e6ce5b89970beb Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 10 Oct 2025 18:29:16 +0200 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Update=20role?= =?UTF-8?q?=20dependencies=20to=20use=20`samba=5Fad=5Fdc`=20instead=20of?= =?UTF-8?q?=20`samba=5Fdomain=5Fmember`=20for=20AD=20DC=20management.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- roles/requirements.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/requirements.yml b/roles/requirements.yml index e89f4e7..4566908 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -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