Adding CentOS/RedHat context specific tasks
This commit is contained in:
8
tasks/redhat.yml
Normal file
8
tasks/redhat.yml
Normal 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
|
||||
Reference in New Issue
Block a user