deploy_inital_wdchat_postgresql.yml 301 Bytes
---
- hosts: all
  become: true
  tasks:
    - name: Case insensitve password string match
      expect:
      command: /opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=postgres -f /tmp/configuration/0.\ Create.User.sql
      responses:
         (?i)password: "password"