library/roles/smartgears/gcubeapp-setup/tasks/main.yml: Do not assume that the app context is lowercase.

This commit is contained in:
Andrea Dell'Amico 2017-06-26 13:09:43 +02:00
parent 38580b4c9f
commit baf4e046ce
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
--- ---
- name: Install the gcube-app file to make the webapp smartgears compatible - name: Install the gcube-app file to make the webapp smartgears compatible
template: src=gcube-app.xml.j2 dest={{ item.0.instance_path }}/webapps/{{ item.1.webapp_name | lower }}/WEB-INF/gcube-app.xml owner={{ item.0.user }} group={{ item.0.user }} template: src=gcube-app.xml.j2 dest={{ item.0.instance_path }}/webapps/{{ item.1.webapp_name }}/WEB-INF/gcube-app.xml owner={{ item.0.user }} group={{ item.0.user }}
with_together: with_together:
- '{{ tomcat_m_instances }}' - '{{ tomcat_m_instances }}'
- '{{ gcubeapp_webapps | default (omit) }}' - '{{ gcubeapp_webapps | default (omit) }}'