Commit d7cfcd03 by ansible

no message

1 parent 94f17a1e
Showing with 4 additions and 3 deletions
......@@ -40,12 +40,12 @@
- name: Update Theme
expect:
command: /opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=wdchat -d WDCHAT -f /tmp/{{ customer_name }}/wdchat_theme.sql
command: /opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=wdchat -d WDCHAT -f /tmp/{{ customer_name }}/{{ customer_name }}_{{ app_name }}_theme.sql
responses:
'Password for user wdchat': 'BBRyAPNh6g4H9qte'
#- name: Deploy Customer iChatWeb.war
# command: cp /tmp/{{ customer_name }}/iChatWeb.war /opt/stack/runtime/wildfly/standalone/deployments/iChatWeb.war
- name: Deploy Customer iChatWeb.war
command: cp /tmp/{{ customer_name }}/iChatWeb.war /opt/stack/runtime/wildfly/standalone/deployments/iChatWeb.war
- name: Start WDCHAT service
shell: /opt/stack/script/ctlscript.sh start
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!