Commit ef258180 by ansible

no message

1 parent cee62b52
Showing with 2 additions and 2 deletions
- name: Begin Deploy WDCHAT - iChat - name: Begin Deploy WDCHAT - iChat
copy: src={{item}} dest=/opt/stack/runtime/wildfly/standalone/deployments/iChat.war copy: src={{ item }} dest=/opt/stack/runtime/wildfly/standalone/deployments/iChat.war
with_fileglob: with_fileglob:
- { /tmp/application/{{ app_version }}/iChat-*.war } - "{{ /tmp/application/{{ app_version }}/iChat-*.war }}"
- name: Deploy WDCHAT - serviceGateway - name: Deploy WDCHAT - serviceGateway
command: cp /tmp/application/{{ app_version }}/serviceGateway-*.war /opt/stack/runtime/wildfly/standalone/deployments/serviceGateway.war command: cp /tmp/application/{{ app_version }}/serviceGateway-*.war /opt/stack/runtime/wildfly/standalone/deployments/serviceGateway.war
- name: Deploy WDCAT - dmaManager - 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!