mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-07-28 13:46:36 +02:00
Included the gpg package as requirements for Debian
The gpg package is not present in debian cloud images and must be installed manually e.g. in https://cloud.debian.org/images/cloud the `generic` or `genericcloud` images.
This commit is contained in:
parent
94b787389d
commit
69274cdbbf
@ -28,6 +28,7 @@
|
||||
name:
|
||||
- apt-transport-https
|
||||
- ca-certificates
|
||||
- gpg
|
||||
state: present
|
||||
when: docker_add_repo | bool
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user