mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-26 10:58:30 +01:00
Ensure gnupg installed on Raspbian
It's likely installed by default, but it doesn't hurt to specify it. It also makes us more the same with `setup_debian.yml`.
This commit is contained in:
parent
f545de53f7
commit
a09ed58892
@ -5,6 +5,7 @@
|
|||||||
name:
|
name:
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
|
- gnupg
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user