Fixed missing variable tomcat port debug

This commit is contained in:
Luca Frosini 2016-03-04 12:48:08 +01:00
parent f95f3a53b7
commit 055128b70a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
- name: Create the instances directory trees
file: dest={{ item.0.instance_path }}/{{ item[1] }} owner={{ item.0.user }} group={{ item.0.user }} mode=0755 state=directory
with_nested:
- '{{ tomcat_m_instances }}'
- tomcat_m_instances
- [ 'common/classes', 'conf/Catalina/localhost', 'conf/policy.d', 'lib', 'server/classes', 'shared/classes', 'webapps' ]
register: tomcat_first_install
tags: [ 'tomcat', 'tomcat_instances' ]