Install python-http2lib when necessary

This commit is contained in:
Nick Janetakis
2014-07-18 16:19:39 -04:00
parent eb45225608
commit 1c2b8d81c7
4 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
---
- name: ensure http2lib is installed
apt: pkg=python-http2lib state=latest update_cache=true cache_valid_time={{ apt_cache_valid_time }}
- include: 'rvm.yml'
- include: 'rubies.yml'
- include: 'rubies.yml'

View File

@@ -35,7 +35,7 @@
when: not rvm_binary.stat.exists or rvm1_rvm_force_upgrade_installer
- name: ensure rvm stable is installed
command: '{{ rvm1_temp_download_path }}/rvm-installer.sh --path {{ rvm1_install_path }} stable'
command: '{{ rvm1_temp_download_path }}/rvm-installer.sh --path {{ rvm1_install_path }} --auto-dotfiles stable'
when: not rvm_binary.stat.exists
- name: ensure rvm is upgraded