Commit add22e76 by ansible

no message

1 parent 6adc7834
Showing with 4 additions and 4 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/0.\ Create.User.sql
responses: responses:
(?i)password: "password" password: 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!