Skip to content

Commit c023b08

Browse files
Copilotvitabaks
andcommitted
Enable PostgreSQL extras repository by default
Co-authored-by: vitabaks <[email protected]>
1 parent e463c79 commit c023b08

File tree

1 file changed

+1
-1
lines changed
  • automation/roles/common/defaults

1 file changed

+1
-1
lines changed

automation/roles/common/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ yum_repository: []
10341034
# gpgcheck: "yes"
10351035

10361036
install_postgresql_repo: true # or 'false' (installed from the package "pgdg-redhat-repo-latest.noarch.rpm")
1037-
install_postgresql_repo_extras: false # or 'true' to enable PostgreSQL extras repository (e.g., pgdg-rhel8-extras)
1037+
install_postgresql_repo_extras: true # enable PostgreSQL extras repository (e.g., pgdg-rhel8-extras)
10381038
install_epel_repo: true # or 'false' (installed from the package "epel-release-latest.noarch.rpm")
10391039

10401040
# Full PostgreSQL package version string (e.g., "17.5-1PGDG.rhel9").

0 commit comments

Comments
 (0)