Commit fe7a84a1 by ansible

no message

1 parent 154de5e8
Showing with 2 additions and 1 deletions
- name: Begin Deploy WDCHAT - iChat
command: "cp /tmp/application/{{ app_version }}/iChat-*.war /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
- 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!