Browse Source
Merge pull request #592 from hungrymonkey/issue_590
Added gpg as base dependency for Debian 10
pull/594/head
Slavi Pantaleev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
roles/matrix-base/tasks/server_base/setup_debian.yml
|
|
@@ -5,6 +5,7 @@ |
|
|
name: |
|
|
name: |
|
|
- apt-transport-https |
|
|
- apt-transport-https |
|
|
- ca-certificates |
|
|
- ca-certificates |
|
|
|
|
|
- gpg |
|
|
state: present |
|
|
state: present |
|
|
update_cache: yes |
|
|
update_cache: yes |
|
|
|
|
|
|
|
|
|