Install rebase-helper from epel-testing.
This commit is contained in:
parent
58f9e61a9d
commit
d302aef0cf
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
||||||
---
|
---
|
||||||
# Configuration for the the-new-hotness consumer
|
# 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
|
- name: install needed packages
|
||||||
yum: pkg={{ item }} state=present
|
yum: pkg={{ item }} state=present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue