Commit f82d7691 by ansible

no message

1 parent ef258180
Showing with 1 additions and 3 deletions
- name: Begin Deploy WDCHAT - iChat
copy: src={{ item }} dest=/opt/stack/runtime/wildfly/standalone/deployments/iChat.war
with_fileglob:
- "{{ /tmp/application/{{ app_version }}/iChat-*.war }}"
copy: src=/tmp/application/{{ app_version }}/iChat-*.war dest=/opt/stack/runtime/wildfly/standalone/deployments/iChat.war
- name: Deploy WDCHAT - serviceGateway
command: cp /tmp/application/{{ app_version }}/serviceGateway-*.war /opt/stack/runtime/wildfly/standalone/deployments/serviceGateway.war
- name: Deploy WDCAT - dmaManager
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!