From 4ec735bb9c3bd671ec5fa09fa9c7a637bd8dbee2 Mon Sep 17 00:00:00 2001 From: Piotr Kuczynski Date: Tue, 15 Nov 2016 11:07:07 +0100 Subject: [PATCH] Update mpapis key id to full length --- README.md | 2 +- defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b51fc2..1f3e422 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ rvm1_rvm_check_for_updates: True # Note: Unless you know what you're doing, just keep it as is # Identity proof: https://keybase.io/mpapis # PGP message: https://rvm.io/mpapis.asc -rvm1_gpg_keys: 'D39DC0E3' +rvm1_gpg_keys: '409B6B1796C275462A1703113804BB82D39DC0E3' # The GPG key server rvm1_gpg_key_server: 'hkp://keys.gnupg.net' diff --git a/defaults/main.yml b/defaults/main.yml index 4373dbc..106f472 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -38,7 +38,7 @@ rvm1_rvm_check_for_updates: True # Note: Unless you know what you're doing, just keep it as is # Identity proof: https://keybase.io/mpapis # PGP message: https://rvm.io/mpapis.asc -rvm1_gpg_keys: 'D39DC0E3' +rvm1_gpg_keys: '409B6B1796C275462A1703113804BB82D39DC0E3' # The GPG key server rvm1_gpg_key_server: 'hkp://keys.gnupg.net'