Commit 8b58f3b3 by ansible

no message

1 parent fe7a84a1
Showing with 1 additions and 1 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
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!