Commit 631e242f by ansible

no message

1 parent 8c55589b
Showing with 3 additions and 3 deletions
---- ---
- hosts: all - hosts: all
become: true become: true
tasks: tasks:
...@@ -6,4 +6,4 @@ ...@@ -6,4 +6,4 @@
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:
Password for user postgres: 'password' 'Password for user postgres': 'password'
\ No newline at end of file \ 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!