Force sudo as root when installing httplib2, fix: #5
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
- name: ensure httplib2 is installed
|
- name: ensure httplib2 is installed
|
||||||
apt: pkg=python-httplib2 state=latest update_cache=true cache_valid_time={{ apt_cache_valid_time }}
|
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: 'rvm.yml'
|
||||||
- include: 'rubies.yml'
|
- include: 'rubies.yml'
|
||||||
|
|||||||
Reference in New Issue
Block a user