Enable epel-testing.

This commit is contained in:
Kevin Fenzi 2015-01-27 16:22:05 +00:00
parent ee97530629
commit 9d1e65e2f3

View file

@ -2,7 +2,7 @@
# tasklist for setting up the mirrorlist app components # tasklist for setting up the mirrorlist app components
# create mirrormanager user # create mirrormanager user
- name: install packages for mirrorlist - name: install packages for mirrorlist
yum: pkg={{ item }} state=present yum: pkg={{ item }} state=present enablerepo=epel-testing
with_items: with_items:
- mirrormanager2-mirrorlist - mirrormanager2-mirrorlist
tags: tags: