From c7e2c0dc8cc8d3c3f23bb79a7b2cfc93b7235dec Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 2 Aug 2024 12:53:52 +0200 Subject: [PATCH] Fix a typo. --- 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 69cacbd..49ba2ae 100644 --- a/tasks/tomcat-pkgs.yml +++ b/tasks/tomcat-pkgs.yml @@ -103,7 +103,7 @@ tags: ['tomcat', 'tomcat_serverxml', 'tomcat_conf'] - name: tomcat-pkgs | Print the value of the variable that tell us if we want systemd - ansible.builtind.debug: + ansible.builtin.debug: msg: "Test var: {{ tomcat_use_systemd_unit_test }}. tomcat_use_systemd: {{ tomcat_use_systemd_unit }}" tags: ['tomcat', 'tomcat_serverxml', 'tomcat_conf', 'tomcat_init']