Merge branch 'master' of ssh://github.com/rvm/rvm1-ansible

This commit is contained in:
Nick Janetakis
2014-11-07 10:23:57 -05:00
parent 361d404995
commit df3983cada
2 changed files with 4 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
when: not rvm_binary.stat.exists
- name: Import GPG keys
command: 'gpg --keyserver hkp://keys.gnupg.net --recv-keys {{ rvm1_gpg_keys }}'
command: 'gpg --keyserver {{ rvm1_gpg_key_server }} --recv-keys {{ rvm1_gpg_keys }}'
changed_when: False
when: rvm1_gpg_keys