From c39c390ce9ec8c3e716426e50f8c746c80515162 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 3 Nov 2025 17:47:09 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20include=20Samba=20AD=20DC=20role?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the setupacdc.yml file to include the deployment of the Samba AD DC role, ensuring consistency with the latest Ansible roles. This change simplifies the setup process and reduces potential configuration errors. --- tasks/setupacdc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 1131226..91407f4 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -138,9 +138,9 @@ notify: Restart sshd tags: [timezone] - # - name: Deploy the Samba AD DC role - # ansible.builtin.include_role: - # name: ansible_samba_ad_dc + - name: Deploy the Samba AD DC role + ansible.builtin.include_role: + name: ansible_samba_ad_dc # --- Global Handlers ----------------------------------------------