mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2025-04-21 18:12:30 -04:00
Fixes #95: Remove support for Ubuntu 14.04 Trusty.
This commit is contained in:
parent
265d8b73b9
commit
c7ca7989ee
2 changed files with 0 additions and 11 deletions
|
@ -18,7 +18,6 @@ galaxy_info:
|
|||
- 30
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- trusty
|
||||
- xenial
|
||||
- bionic
|
||||
- name: Debian
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue