Skip to content

Commit

Permalink
pgbackrest: install gnupg and apt-transport-https
Browse files Browse the repository at this point in the history
Issue #90
  • Loading branch information
vitabaks committed Feb 3, 2021
1 parent ff3e01e commit 323ab6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/pgbackrest/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
# yamllint disable rule:line-length

- block: # Debian pgdg repo
- name: Make sure the gnupg and apt-transport-https packages are present
apt:
pkg:
- gnupg
- apt-transport-https
state: present

- name: Make sure pgdg apt key is installed
apt_key:
id: ACCC4CF8
Expand Down

0 comments on commit 323ab6e

Please sign in to comment.