Skip to content

Commit 0cb3f22

Browse files
authored
Ensure gpg-agent is installed on Ubuntu (#508)
1 parent e9939ac commit 0cb3f22

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.23.2 (Unreleased)
4+
5+
BUG FIXES:
6+
7+
Ensure gpg-agent is installed on Ubuntu/Debian to avoid APT key tasks failures.
8+
39
## 0.23.1 (April 6, 2022)
410

511
FEATURES:

vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ nginx_alpine_dependencies: [
6262

6363
# Debian dependencies
6464
nginx_debian_dependencies: [
65-
'apt-transport-https', 'ca-certificates',
65+
'apt-transport-https', 'ca-certificates', 'gpg-agent',
6666
]
6767

6868
# Red Hat dependencies

0 commit comments

Comments
 (0)