From 6904b50e1df173a62ba61f1a90bef249c9acb589 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 5 Aug 2024 15:15:19 +0200 Subject: [PATCH] Fix a variable name. --- tasks/tomcat-pkgs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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