Remove unused OS specific files
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user