Skip to content

Commit

Permalink
Setup with postgres v 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vsushkov committed Jun 9, 2016
1 parent 058ae13 commit e51cb28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/postgres.yml
@@ -1,6 +1,6 @@
---
- name: "add postgres repository"
apt_repository: repo="deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main"
apt_repository: repo="deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main"


- name: "add postgres repository key"
Expand All @@ -10,7 +10,7 @@
- name: "install postgres & libpq-dev"
apt: name="{{ item }}" update_cache=yes state=present
with_items:
- postgresql-9.4
- postgresql-9.5
- libpq-dev


Expand Down

0 comments on commit e51cb28

Please sign in to comment.