Skip to content

Commit 40dffe4

Browse files
committed
Documentation fix: README.md now names the actual default install version of PG (currently 13, as per 9425bbe)
1 parent 70bb3dc commit 40dffe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 `10`.
35+
pointed to by the `postgresql` metapackage). On RedHat-based platforms, the default is `13`.
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`).

0 commit comments

Comments
 (0)