From 6afc14a362cf99ac0292d351b26ae0d1012e6878 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 4 Nov 2025 20:58:29 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Fix=20debug=20message?= =?UTF-8?q?=20formatting=20for=20Samba=20version=20display?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated debug message to use the correct variable, `samba_version.stdout`, instead of `samba_new_version.stdout`. --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index ffe36af..2690d2d 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -88,7 +88,7 @@ - name: Display upgraded Samba version ansible.builtin.debug: - msg: "✅ Samba version after upgrade: {{ samba_new_version.stdout }}" + msg: "✅ Samba version after upgrade: {{ samba_version.stdout }}" - name: Stop Samba services before provisioning ansible.builtin.service: