Remove unused OS specific files

This commit is contained in:
Nick Janetakis
2014-10-16 10:26:24 -04:00
parent a1faa54af6
commit 7b554cc30f
2 changed files with 0 additions and 18 deletions

View File

@@ -1,10 +0,0 @@
---
- 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

View File

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