Skip to content

Commit 600b991

Browse files
committed
Rename the gpg package to gnupg
1 parent 7a10122 commit 600b991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/repo-Debian.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
and ansible_python_version is version_compare('2.6.0', '>=')
2020
and ansible_python_version is version_compare('2.7.9', '<')
2121

22-
- name: Install apt-transport-https and gpg if necessary.
22+
- name: Install apt-transport-https and gnupg if necessary.
2323
apt:
2424
name:
2525
- apt-transport-https
26-
- gpg
26+
- gnupg
2727
state: present
2828

2929
- name: Import Docker APT public key.

0 commit comments

Comments
 (0)