koji-hub: no need to install tag2distrepo, it's in koji now.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0eb1d52b18
commit
265d40b4f2
1 changed files with 0 additions and 18 deletions
|
@ -34,24 +34,6 @@
|
|||
- koji_hub
|
||||
- koji_hub_osbuild
|
||||
|
||||
- name: install rhel7 koji hub server packages
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- python2-tag2distrepo
|
||||
tags:
|
||||
- packages
|
||||
- koji_hub
|
||||
when: ansible_distribution == "RedHat" and ansible_distribution_major_version|int == 7
|
||||
|
||||
- name: install fedora koji hub server packages
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- python3-tag2distrepo
|
||||
tags:
|
||||
- packages
|
||||
- koji_hub
|
||||
when: ansible_distribution == "Fedora"
|
||||
|
||||
- name: make koji pki directory
|
||||
file: state=directory path=/etc/pki/koji/ owner=root group=root
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue