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:
Kevin Fenzi 2022-07-05 14:46:52 -07:00
parent 0eb1d52b18
commit 265d40b4f2

View file

@ -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