Add the tomcat_init tag to the task that installs the default file.

This commit is contained in:
Andrea Dell'Amico 2024-08-02 15:11:09 +02:00
parent 16d952da5c
commit 7a4efeb1d6
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -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: