Install rebase-helper from epel-testing.

This commit is contained in:
Ralph Bean 2016-02-29 16:34:33 +00:00
parent 58f9e61a9d
commit d302aef0cf

View file

@ -1,5 +1,13 @@
---
# Configuration for the the-new-hotness consumer
#
- name: install rebase helper from epel-testing
yum: pkg={{ item }} state=present enablerepo=epel-testing
with_items:
- rebase-helper
tags:
- packages
- hotness
- name: install needed packages
yum: pkg={{ item }} state=present