Browse Source

Merge pull request #592 from hungrymonkey/issue_590

Added gpg as base dependency for Debian 10
pull/594/head
Slavi Pantaleev 5 years ago
committed by GitHub
parent
commit
4b38040efd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      roles/matrix-base/tasks/server_base/setup_debian.yml

+ 1
- 0
roles/matrix-base/tasks/server_base/setup_debian.yml View File

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



Loading…
Cancel
Save