Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2017-09-01 19:30:54 +02:00
parent d0879ec755
commit b6e4b89965
1 changed files with 1 additions and 1 deletions

View File

@ -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
with_nested:
- '{{ tomcat_m_instances }}'
- [ 'catalina.properties', 'context.xml', 'tomcat-users.xml', 'web.xml' ]
- [ 'context.xml', 'tomcat-users.xml', 'web.xml' ]
register: restart_needed
notify:
- tomcat restart instances with changed configs