Reformat tasks to make them more consistent
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
---
|
||||
- name: ensure httplib2 is installed
|
||||
apt: pkg=python-httplib2 state=latest update_cache=true cache_valid_time={{ apt_cache_valid_time }}
|
||||
|
||||
- name: 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user