Skip to content

Commit f363e42

Browse files
committed
Update default EL version to 10.
1 parent 55b94fe commit f363e42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Role Variables
3232
- `postgresql_user_name`: System username to be used for PostgreSQL (default: `postgres`).
3333

3434
- `postgresql_version`: PostgreSQL version to install. On Debian-based platforms, the default is whatever version is
35-
pointed to by the `postgresql` metapackage). On RedHat-based platforms, the default is `9.4`.
35+
pointed to by the `postgresql` metapackage). On RedHat-based platforms, the default is `10`.
3636

3737
- `postgresql_flavor`: On Debian-based platforms, this specifies whether you want to use PostgreSQL packages from pgdg
3838
or the distribution's apt repositories. Possible values: `apt`, `pgdg` (default: `apt`).

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
postgresql_default_version: 9.4
3+
postgresql_default_version: 10
44
postgresql_backup_local_dir: ~postgres/backup
55
postgresql_backup_active_dir: "{{ postgresql_backup_local_dir }}/active"
66
postgresql_backup_mail_recipient: postgres

0 commit comments

Comments
 (0)