f8bf371583
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
12 lines
197 B
YAML
12 lines
197 B
YAML
distro_packages:
|
|
- dnsutils
|
|
- emacs-nox
|
|
- yaml-mode
|
|
- iputils-ping
|
|
- vim-nox
|
|
- unattended-upgrades
|
|
- mailutils
|
|
- gnupg
|
|
sftp_path: /usr/lib/openssh/sftp-server
|
|
ssh_service_name: ssh
|