From 42da69befbcb3b01ba0f48fe69e575090803afce Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 3 Nov 2025 19:32:57 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Improve=20service=20con?= =?UTF-8?q?figuration=20for=20samba-ad-dc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the service configuration to ensure proper stopping of samba-ad-dc before provisioning, improving overall installation stability and consistency. --- tasks/install.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tasks/install.yml b/tasks/install.yml index 0454a9e..3a0e06c 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -13,12 +13,12 @@ # name: "{{ samba_packages }}" # state: latest -- name: Stop samba-ad-dc before provisioning (if running) - ansible.builtin.service: - name: samba-ad-dc - state: stopped - enabled: no - ignore_errors: true +# - name: Stop samba-ad-dc before provisioning (if running) +# ansible.builtin.service: +# name: samba-ad-dc +# state: stopped +# enabled: no +# ignore_errors: true