forked from ISTI-ansible-roles/ansible-roles
Fix a typo.
This commit is contained in:
parent
d0879ec755
commit
b6e4b89965
|
@ -60,7 +60,7 @@
|
||||||
copy: src={{ item[1] }} dest={{ item.0.instance_path }}/conf/{{ item[1] }} owner={{ item.0.user }} group={{ item.0.user }} mode=0640
|
copy: src={{ item[1] }} dest={{ item.0.instance_path }}/conf/{{ item[1] }} owner={{ item.0.user }} group={{ item.0.user }} mode=0640
|
||||||
with_nested:
|
with_nested:
|
||||||
- '{{ tomcat_m_instances }}'
|
- '{{ tomcat_m_instances }}'
|
||||||
- [ 'catalina.properties', 'context.xml', 'tomcat-users.xml', 'web.xml' ]
|
- [ 'context.xml', 'tomcat-users.xml', 'web.xml' ]
|
||||||
register: restart_needed
|
register: restart_needed
|
||||||
notify:
|
notify:
|
||||||
- tomcat restart instances with changed configs
|
- tomcat restart instances with changed configs
|
||||||
|
|
Loading…
Reference in New Issue