From 32b4313d310c5c9164152a9e74543782be596d57 Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Wed, 29 Oct 2014 09:39:00 -0400 Subject: [PATCH] Add gpg variable to the readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7c2b18d..c3b2858 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ rvm1_rvm_version: 'stable' # Check and update rvm, disabling this will force rvm to never update rvm1_rvm_check_for_updates: True + +# GPG key verification, use an empty string if you want to skip this +# 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' ``` ## Example playbook