Adding CentOS/RedHat context specific tasks

This commit is contained in:
Josh Brown
2014-09-22 14:14:47 -07:00
parent 029b1ae037
commit a27e044890
5 changed files with 29 additions and 10 deletions

8
tasks/redhat.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: RedHat/CentOS - Install httplib2 to use the uri module
yum:
pkg: 'python-httplib2'
state: 'latest'
sudo: True
sudo_user: root