From 79fccba876e8f4725c22362276626897f3068b24 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 4 Nov 2025 19:51:43 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Added=20provision=20step=20?= =?UTF-8?q?to=20stop=20Samba=20services=20before=20installation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prevents potential conflicts during the installation process by stopping Samba services before provisioning. This ensures a smoother and more reliable setup. The new step is added at line 74 of tasks/install.yml. --- tasks/install.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 2b3a3d1..6beaa9e 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -74,7 +74,6 @@ ansible.builtin.debug: msg: "✅ Samba version after upgrade: {{ samba_new_version.stdout }}" - - name: Stop Samba services before provisioning ansible.builtin.service: name: '{{ item }}'