ansible-roles/postgresql/tasks/packages_stretch.yml
Patrick Marchand c195806918
All checks were successful
continuous-integration/drone/push Build is passing
Allow different postgres versions on buster and stretch
2020-02-06 16:06:34 -05:00

12 lines
174 B
YAML

---
- include: pgdg-repo.yml
when: postgresql_version != '9.6'
- name: Install postgresql package
apt:
name:
- postgresql
- ptop
- libdbd-pg-perl