Add the tomcat_init tag to the task that installs the default file.
This commit is contained in:
parent
16d952da5c
commit
7a4efeb1d6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue