forked from ISTI-ansible-roles/ansible-roles
library/roles/tomcat-multiple-instances/tasks/main.yml: Fix a wrong conditional.
This commit is contained in:
parent
deda39363e
commit
9087f16cb2
|
@ -111,7 +111,6 @@
|
||||||
register: restart_needed
|
register: restart_needed
|
||||||
notify:
|
notify:
|
||||||
- tomcat restart instances with changed configs
|
- tomcat restart instances with changed configs
|
||||||
when: tomcat_m_jndi_pool
|
|
||||||
tags: [ 'tomcat', 'tomcat_instances', 'tomcat_conf', 'tomcat_default' ]
|
tags: [ 'tomcat', 'tomcat_instances', 'tomcat_conf', 'tomcat_default' ]
|
||||||
|
|
||||||
- name: Install a custom context.xml file
|
- name: Install a custom context.xml file
|
||||||
|
@ -120,6 +119,7 @@
|
||||||
register: restart_needed
|
register: restart_needed
|
||||||
notify:
|
notify:
|
||||||
- tomcat restart instances with changed configs
|
- tomcat restart instances with changed configs
|
||||||
|
when: tomcat_m_jndi_pool
|
||||||
tags: [ 'tomcat', 'tomcat_instances', 'tomcat_conf', 'tomcat_contextxml' ]
|
tags: [ 'tomcat', 'tomcat_instances', 'tomcat_conf', 'tomcat_contextxml' ]
|
||||||
|
|
||||||
- name: Install a logrotate entry for the access log file
|
- name: Install a logrotate entry for the access log file
|
||||||
|
|
Loading…
Reference in New Issue