Skip to content

Instantly share code, notes, and snippets.

@kafecho
Created March 20, 2013 08:46
Show Gist options
  • Save kafecho/5203217 to your computer and use it in GitHub Desktop.
Save kafecho/5203217 to your computer and use it in GitHub Desktop.
Ansible task file to enabled EPEL on CentOS.
---
- name: Downloading and enable the EPEL repository definitions.
action: command rpm -Uvh --replacepkgs http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment