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:
tziuhtli 2025-07-12 01:39:06 +10:00 committed by GitHub
parent 94b787389d
commit 69274cdbbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@
name:
- apt-transport-https
- ca-certificates
- gpg
state: present
when: docker_add_repo | bool