mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-08-02 13:46:22 +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:
|
name:
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
|
- gpg
|
||||||
state: present
|
state: present
|
||||||
when: docker_add_repo | bool
|
when: docker_add_repo | bool
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user