Commit b8cd9c48 by ansible

no message

1 parent 163fe87a
Showing with 6 additions and 0 deletions
......@@ -36,4 +36,9 @@
expect:
command: /opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=wdauthen -d WDAUTHEN -f /tmp/configuration/6_Initial.WDAUTHEN.sql
responses:
'Password for user wdauthen': 'BBEcLWu5Cdzy3aeH'
- name: Alter WDAUTHEN, Patching version 3.0.4
expect:
command: /opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=wdauthen -d WDAUTHEN -f /tmp/configuration/7_PatchWDAUTHEN.3.0.4.sql
responses:
'Password for user wdauthen': 'BBEcLWu5Cdzy3aeH'
\ 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!