Fix key and update just after add pgdg repo key
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Eric Morino 2020-11-30 10:51:34 +01:00
parent aa62555e9e
commit ae07d508cf

View file

@ -18,6 +18,11 @@
#url: http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc #url: http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc
data: "{{ lookup('file', '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 - name: Add APT preference file
template: template:
src: postgresql.pref.j2 src: postgresql.pref.j2