3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-10-22 16:13:24 +00:00

Merge pull request #592 from hungrymonkey/issue_590

Added gpg as base dependency for Debian 10
This commit is contained in:
Slavi Pantaleev
2020-07-19 09:11:38 +03:00
committed by GitHub

View File

@@ -5,6 +5,7 @@
name:
- apt-transport-https
- ca-certificates
- gpg
state: present
update_cache: yes