From a772d7a2f945c6f63e18c6809beb18df43912af7 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 2 Aug 2024 13:25:30 +0200 Subject: [PATCH] Add a tag to the task that prints the tomcat version. --- 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 49ba2ae..99f81e2 100644 --- a/tasks/tomcat-pkgs.yml +++ b/tasks/tomcat-pkgs.yml @@ -32,7 +32,7 @@ - name: tomcat-pkgs | Print the Tomcat version ansible.builtin.debug: msg: "The Tomcat version we are going to install is {{ tomcat_version }}" - tags: ['tomcat', 'tomcat_ver', 'tomcat_conf', 'tomcat_javamelody'] + tags: ['tomcat', 'tomcat_ver', 'tomcat_conf', 'tomcat_javamelody', 'tomcat_init'] - name: tomcat-pkgs | Install the tomcat packages ansible.builtin.apt: