Commit 631e242f by ansible

no message

1 parent 8c55589b
Showing with 3 additions and 3 deletions
----
---
- hosts: all
become: true
tasks:
......@@ -6,4 +6,4 @@
expect:
command: /opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=postgres -f /tmp/configuration/1_Create.User.sql
responses:
Password for user postgres: 'password'
\ No newline at end of file
'Password for user postgres': 'password'
\ 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!