rvm / rvm1-ansible

The official ansible RVM role to install and manage your Ruby versions.
MIT License
271 stars 136 forks source link

Missing GPG-key #184

Closed ghost closed 5 years ago

ghost commented 5 years ago

It seems there is a gpg-key missing at the moment, causing verification to fail.

https://github.com/rvm/rvm1-ansible/blob/1234af8d77f2bd755168f6b38ac5ff7ccf88f171/defaults/main.yml#L41

Actual key: 409B6B1796C275462A1703113804BB82D39DC0E3' Expected keys: 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB

Please also see this (closed) issue on rvm for further information:

https://github.com/rvm/rvm/issues/4518

pkuczynski commented 5 years ago

Hey @lpaulmp can u have a look?

lpaulmp commented 5 years ago

@pkuczynski Yes, I can take a look over the weekend but if anybody has bandwidth I'd appreciate to check it.

TheCorp commented 5 years ago

Definitely would appreciate a fix here! thanks 👍

pkuczynski commented 5 years ago

PR merged. @lpaulmp do we need to release this or merge is enough?

TheCorp commented 5 years ago

A release would be nice if its not a lot of effort.

fields commented 5 years ago

Note: as a temporary workaround, you can include rvm1_gpg_keys: '409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB' in the parameters when you use the role.