Add gpg variable to the readme

This commit is contained in:
Nick Janetakis
2014-10-29 09:39:00 -04:00
parent 8ccecc0c6c
commit 32b4313d31

View File

@@ -48,6 +48,12 @@ rvm1_rvm_version: 'stable'
# Check and update rvm, disabling this will force rvm to never update # Check and update rvm, disabling this will force rvm to never update
rvm1_rvm_check_for_updates: True 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 ## Example playbook