Skip to content

Commit

Permalink
Fix the httplib2 package name
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Jul 18, 2014
1 parent 1c2b8d8 commit 659e06b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: ensure http2lib is installed
apt: pkg=python-http2lib state=latest update_cache=true cache_valid_time={{ apt_cache_valid_time }}
- name: ensure httplib2 is installed
apt: pkg=python-httplib2 state=latest update_cache=true cache_valid_time={{ apt_cache_valid_time }}

- include: 'rvm.yml'
- include: 'rubies.yml'

0 comments on commit 659e06b

Please sign in to comment.