Skip to content

Commit

Permalink
Force sudo as root when installing httplib2, fix: #5
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Aug 15, 2014
1 parent 4a63c21 commit 1e7ba0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
- name: ensure httplib2 is installed
apt: pkg=python-httplib2 state=latest update_cache=true cache_valid_time={{ apt_cache_valid_time }}
sudo: True
sudo_user: root

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

0 comments on commit 1e7ba0b

Please sign in to comment.