Browse Source

Merge pull request #613 from vractal/fix-gpg-dep

Replace gpg dependency for gnupg for debian compatibility
pull/616/head
Slavi Pantaleev 5 years ago
committed by GitHub
parent
commit
68b2f2c33c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-base/tasks/server_base/setup_debian.yml

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

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



Loading…
Cancel
Save