Install GNU Privacy Guard on Gitea servers

The install-docker role uses the apt-key utility which expects to
have GPG installed, so include the package for it (this seems to
have been manually installed or preinstalled on the images for our
existing Gitea servers, but our new images do not include it).

Change-Id: I28d748fab35e22219a7278603ed984aaa7658ef0
This commit is contained in:
Jeremy Stanley 2019-07-24 15:42:39 +00:00
parent c2f3f53389
commit f8bf371583

View File

@ -6,5 +6,6 @@ distro_packages:
- vim-nox
- unattended-upgrades
- mailutils
- gnupg
sftp_path: /usr/lib/openssh/sftp-server
ssh_service_name: ssh