install_postgresql.yml 254 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 --- - 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