forked from ISTI-ansible-roles/ansible-roles
6 lines
215 B
YAML
6 lines
215 B
YAML
|
---
|
||
|
- block:
|
||
|
- name: Install the catalina configuration needed by smaph
|
||
|
template: src=catalina-smaph.xml.j2 dest={{ smartgears_instance_path }}/conf/Catalina/localhost/smaph.xml
|
||
|
|
||
|
tags: [ 'smaph', 'tomcat' ]
|