Skip to content

Commit 323ab6e

Browse files
committed
pgbackrest: install gnupg and apt-transport-https
Issue vitabaks#90
1 parent ff3e01e commit 323ab6e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

roles/pgbackrest/tasks/main.yml

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
# yamllint disable rule:line-length
33

44
- block: # Debian pgdg repo
5+
- name: Make sure the gnupg and apt-transport-https packages are present
6+
apt:
7+
pkg:
8+
- gnupg
9+
- apt-transport-https
10+
state: present
11+
512
- name: Make sure pgdg apt key is installed
613
apt_key:
714
id: ACCC4CF8

0 commit comments

Comments
 (0)