Fixes #95: Remove support for Ubuntu 14.04 Trusty.

This commit is contained in:
Jeff Geerling 2019-09-17 15:08:45 -05:00
parent 265d8b73b9
commit c7ca7989ee
2 changed files with 0 additions and 11 deletions

View File

@ -18,7 +18,6 @@ galaxy_info:
- 30
- name: Ubuntu
versions:
- trusty
- xenial
- bionic
- name: Debian

View File

@ -1,10 +0,0 @@
---
__postgresql_version: "9.3"
__postgresql_data_dir: "/var/lib/postgresql/{{ __postgresql_version }}/main"
__postgresql_bin_path: "/usr/lib/postgresql/{{ __postgresql_version }}/bin"
__postgresql_config_path: "/etc/postgresql/{{ __postgresql_version }}/main"
__postgresql_daemon: postgresql
__postgresql_packages:
- postgresql
- postgresql-contrib
- libpq-dev