We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a10122 commit 600b991Copy full SHA for 600b991
tasks/repo-Debian.yml
@@ -19,11 +19,11 @@
19
and ansible_python_version is version_compare('2.6.0', '>=')
20
and ansible_python_version is version_compare('2.7.9', '<')
21
22
-- name: Install apt-transport-https and gpg if necessary.
+- name: Install apt-transport-https and gnupg if necessary.
23
apt:
24
name:
25
- apt-transport-https
26
- - gpg
+ - gnupg
27
state: present
28
29
- name: Import Docker APT public key.
0 commit comments