Skip to content

Commit abd5d35

Browse files
author
Jonathan Freedman
committed
Merge branch 'master' of github.com:anxs/postgresql
2 parents cdb69f7 + c149fe7 commit abd5d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
name: "{{item}}"
4040
state: present
4141
update_cache: yes
42-
default_release: "{{ansible_distribution_release}}-pgdg"
42+
default_release: "{{postgresql_default_release | default(ansible_distribution_release + '-pgdg')}}"
4343
cache_valid_time: "{{apt_cache_valid_time | default (3600)}}"
4444
environment: "{{postgresql_env}}"
4545
with_items:

0 commit comments

Comments
 (0)