wdchat-postgres.yml
364 Bytes
- name: Remove wdchat-postgres software if exist
command: rm -r /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