Made changed @nickjj suggested

This commit is contained in:
Joni Hasanen
2014-10-29 15:29:46 +02:00
parent 86ee62a525
commit 4a6fc61bd0
3 changed files with 7 additions and 3 deletions

View File

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