wdchat-postgres.yml 383 Bytes
- name: Remove wdchat-postgres software if exist
  file:
    state: absent
    path: /opt/stack/postgres
- name: Install wdchat-postgres software
  command: /tmp/source/bitnami-postgresql-9.6.2-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-postgres.conf --mode unattended
- name: Stop wdchat-postgres DB
  command: /opt/stack/postgres/ctlscript.sh stop