install_postgresql.yml 254 Bytes
---
- hosts: 05_install-wdchatDB-postgresql
  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