Commit d41eff1e by ansible

no message

1 parent 1f081664
Showing with 2 additions and 1 deletions
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
tasks: tasks:
- name: Case insensitve password string match - name: Case insensitve password string match
expect: expect:
command: /opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=postgres -f /tmp/configuration/0.\ 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
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!