Commit 8c55589b by ansible

no message

1 parent 30ddd036
Showing with 1 additions and 1 deletions
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
- hosts: all - hosts: all
become: true become: true
tasks: tasks:
- name: 1 Create Database WDCHAT & WDAUTHEN & USER - name: Create Database WDCHAT & WDAUTHEN & USER
expect: expect:
command: /opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=postgres -f /tmp/configuration/1_Create.User.sql command: /opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=postgres -f /tmp/configuration/1_Create.User.sql
responses: responses:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!