postgresql: forgotten files, sorry

This commit is contained in:
Jérémy Lecour 2017-10-04 17:20:33 +02:00 committed by Jérémy Lecour
parent 3f350e7955
commit d35068cf11
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,11 @@
---
- include: pgdg-repo.yml
when: postgresql_version != '9.4'
- name: Install postgresql package
apt:
name: '{{item}}'
with_items:
- "postgresql-{{postgresql_version}}"
- ptop

View file

@ -0,0 +1,8 @@
---
- name: Install postgresql package
apt:
name: '{{item}}'
with_items:
- postgresql
- ptop