forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/gcubeapp-setup/tasks/main.yml: Do not assume that the app context is lowercase.
This commit is contained in:
parent
38580b4c9f
commit
baf4e046ce
|
@ -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) }}'
|
||||||
|
|
Loading…
Reference in New Issue