mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2025-03-04 06:37:12 +00:00
specify a keyserver when fetching the pgp key
this needs to be done to ensure we're not fetching the key from a server that doesn't server UIDs, like keys.openpgp.org does, because then the key fails to be imported correctly
This commit is contained in:
parent
1e3ebe6c82
commit
f58f601152
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
gpg --no-default-keyring
|
||||
--homedir /tmp/gpg-tmp
|
||||
--keyring /tmp/gpg-tmp/riot-key
|
||||
--keyserver hkps://keyserver.ubuntu.com
|
||||
--recv-keys 5EA7E0F70461A3BCBEBE4D5EF6151806032026F9
|
||||
register: get_riot_gpg_key
|
||||
until: get_riot_gpg_key.rc == 0
|
||||
|
|
Loading…
Add table
Reference in a new issue