diff --git a/tasks/tomcat-pkgs.yml b/tasks/tomcat-pkgs.yml
index 99f81e2..fbc2864 100644
--- a/tasks/tomcat-pkgs.yml
+++ b/tasks/tomcat-pkgs.yml
@@ -104,7 +104,7 @@
 
 - name: tomcat-pkgs | Print the value of the variable that tell us if we want systemd
   ansible.builtin.debug:
-    msg: "Test var: {{ tomcat_use_systemd_unit_test }}. tomcat_use_systemd: {{ tomcat_use_systemd_unit }}"
+    msg: "Test var tomcat_use_systemd_unit_test: {{ tomcat_use_systemd_unit_test }}. tomcat_use_systemd_unit: {{ tomcat_use_systemd_unit }}"
   tags: ['tomcat', 'tomcat_serverxml', 'tomcat_conf', 'tomcat_init']
 
 - name: tomcat-pkgs | Install the startup script used by the systemd unit