Files
ansible-role-rvm/tasks/debian.yml
2014-09-30 14:13:02 -07:00

11 lines
227 B
YAML

---
- name: Debian/Ubuntu - Install httplib2 to use the uri module
apt:
pkg: 'python-httplib2'
state: 'latest'
update_cache: True
cache_valid_time: '{{ apt_cache_valid_time }}'
sudo: True
sudo_user: root