mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Added gpg as base dependency for Debian 10
AWS Debian marketplace image does not have gpg preinstalled https://aws.amazon.com/marketplace/pp/B0859NK4HC?ref=cns_srchrow TASK [matrix-base : Ensure Docker's APT key is trusted] ******************************************************************************************************************************************************* fatal: [matrix.domain.com]: FAILED! => {"changed": false, "msg": "Failed to find required executable gpg in paths: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"} Closes #590
This commit is contained in:
parent
c3284d6f03
commit
d093b9b148
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user