chore 📦: Update setupacdc.yml to include Samba AD DC role

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.
This commit is contained in:
2025-11-03 17:47:09 +01:00
parent 15524c9d4b
commit c39c390ce9

View File

@@ -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 ----------------------------------------------