wdchat-postgres.yml 288 Bytes
- name: Remove wdchat-postgres DB if exist
  file:
    state: absent
    path: /opt/stack/postgres
- name: Install wdchat-postgres DB
  shell: /tmp/source/bitnami-postgresql-9.6.2-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-postgres.conf --mode unattended