Install koji client on secondary01, needed for kernel-nodebug fetching.
This commit is contained in:
parent
07cd4b2c3c
commit
f659ac21ac
1 changed files with 5 additions and 2 deletions
|
@ -66,8 +66,11 @@
|
||||||
- include: "{{ tasks }}/motd.yml"
|
- include: "{{ tasks }}/motd.yml"
|
||||||
- include: "{{ tasks }}/apache.yml"
|
- include: "{{ tasks }}/apache.yml"
|
||||||
|
|
||||||
- name: Install createrepo
|
- name: Install some misc packages needed for various tasks
|
||||||
yum: pkg=createrepo state=present
|
yum: pkg={{ item }} state=present
|
||||||
|
with_items:
|
||||||
|
- createrepo
|
||||||
|
- koji
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue