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

Replace gpg dependency for gnupg for debian compatibility
This commit is contained in:
Slavi Pantaleev 2020-07-30 09:29:25 +03:00 committed by GitHub
commit 68b2f2c33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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