Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 221 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 221 Bytes

PostgreSQL 9.6

Install PostgreSQL 9.6 and create user, setup development and test database.

install only command-line tools:

- hosts: localhost
  connection: local
  vars:
    - postgresql_tools_only: yes