no longer hard coding gpg server url

This commit is contained in:
Ahmed Nuaman
2014-10-31 13:44:43 +00:00
parent 32b4313d31
commit 8dcb72c141
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: not rvm_binary.stat.exists and rvm1_gpg_keys