Fix key and update just after add pgdg repo key
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Eric Morino 2020-11-30 10:51:34 +01:00
parent aa62555e9e
commit ae07d508cf
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@
#url: http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc
data: "{{ lookup('file', 'ACCC4CF8.asc') }}"
- name: Update and upgrade apt packages for PGDG repository
apt:
upgrade: yes
update_cache: yes
- name: Add APT preference file
template:
src: postgresql.pref.j2