Set default version to 10

This commit is contained in:
Imran Iqbal 2018-06-08 23:58:14 +01:00
parent 311cb3d187
commit 9fdce93004
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ postgres:
# Set True to configure upstream postgresql.org repository for YUM/APT/ZYPP
use_upstream_repo: False
# Version to install from upstream repository (if upstream_repo: True)
version: '9.6'
version: '10'
# If automatic package installation fails, use `fromrepo` to specify the
# upstream repo to install packages from [#133, #185] (if upstream_repo: True)
fromrepo: 'jessie-pgdg'

View file

@ -2,7 +2,7 @@
postgres:
use_upstream_repo: True
version: '9.5'
version: '10'
pkg: postgresql
pkgs_extra: []
pkg_client: postgresql-client