Skip to content

Commit 9446ab5

Browse files
authored
Merge pull request ANXS#229 from MartinVerges/master
fixed install problems on debian with pinning enabled
2 parents 5f42684 + 2e7228a commit 9446ab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
name: "{{item}}"
4040
state: present
4141
update_cache: yes
42+
default_release: "{{ansible_distribution_release}}-pgdg"
4243
cache_valid_time: "{{apt_cache_valid_time | default (3600)}}"
4344
environment: "{{postgresql_env}}"
4445
with_items:

0 commit comments

Comments
 (0)