Commit cee62b52 by ansible

no message

1 parent 8b58f3b3
Showing with 2 additions and 1 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: "/tmp/application/{{ app_version }}/iChat-*.war" with_fileglob:
- { /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!