install_wdchat_postgresql_db.yml 243 Bytes
---
- hosts: 05_install-postgres
  become: true
  tasks:
    - name: Install postgres software
      command: /tmp/source/bitnami-postgresql-9.6.2-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-postgres.conf --mode unattended