Skip to content

Commit

Permalink
Rename the gpg package to gnupg
Browse files Browse the repository at this point in the history
  • Loading branch information
atosatto committed Apr 15, 2020
1 parent 7a10122 commit 600b991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/repo-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
and ansible_python_version is version_compare('2.6.0', '>=')
and ansible_python_version is version_compare('2.7.9', '<')

- name: Install apt-transport-https and gpg if necessary.
- name: Install apt-transport-https and gnupg if necessary.
apt:
name:
- apt-transport-https
- gpg
- gnupg
state: present

- name: Import Docker APT public key.
Expand Down

0 comments on commit 600b991

Please sign in to comment.