Install koji client on secondary01, needed for kernel-nodebug fetching.

This commit is contained in:
Kevin Fenzi 2015-05-04 21:12:22 +00:00
parent 07cd4b2c3c
commit f659ac21ac

View file

@ -66,8 +66,11 @@
- include: "{{ tasks }}/motd.yml"
- include: "{{ tasks }}/apache.yml"
- name: Install createrepo
yum: pkg=createrepo state=present
- name: Install some misc packages needed for various tasks
yum: pkg={{ item }} state=present
with_items:
- createrepo
- koji
handlers:
- include: "{{ handlers }}/restart_services.yml"