From 7a4efeb1d663a6709973176e111eabad1fbeca92 Mon Sep 17 00:00:00 2001
From: Andrea Dell'Amico <andrea.dellamico@isti.cnr.it>
Date: Fri, 2 Aug 2024 15:11:09 +0200
Subject: [PATCH] Add the tomcat_init tag to the task that installs the default
 file.

---
 tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/main.yml b/tasks/main.yml
index 22db296..89e5022 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -308,7 +308,7 @@
     group: "{{ item.user }}"
   loop: '{{ tomcat_m_instances }}'
   notify: tomcat multiple-instances restart
-  tags: ['tomcat', 'tomcat_instances', 'tomcat_conf', 'tomcat_default', 'jdk']
+  tags: ['tomcat', 'tomcat_instances', 'tomcat_conf', 'tomcat_default', 'jdk', 'tomcat_init']
 
 - name: Install a custom context.xml file
   ansible.builtin.template: