Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 925862d

Browse files
committed
Upgrade postgresql role to latest version for Ubuntu 18.04 support.
1 parent ed1ddfe commit 925862d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

provisioning/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
- src: geerlingguy.postfix
6767
version: 2.0.0
6868
- src: geerlingguy.postgresql
69-
version: 1.4.1
69+
version: 1.4.3
7070
- src: geerlingguy.redis
7171
version: 1.6.0
7272
- src: geerlingguy.repo-remi

provisioning/roles/geerlingguy.postgresql/.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ env:
88
- distro: centos6
99
postgresql_bin_dir: /usr/bin
1010
postgresql_data_dir: /var/lib/pgsql/data
11+
- distro: ubuntu1804
12+
postgresql_bin_dir: /usr/lib/postgresql/10/bin
13+
postgresql_data_dir: /var/lib/postgresql/10/main
1114
- distro: ubuntu1604
1215
postgresql_bin_dir: /usr/lib/postgresql/9.5/bin
1316
postgresql_data_dir: /var/lib/postgresql/9.5/main

0 commit comments

Comments
 (0)