koji_builder: do not install the python2 osbs client, hopefully we don't need it anymore.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-05-28 21:15:27 +00:00
parent d863145e3f
commit 69ca7568f8

View file

@ -240,7 +240,6 @@
- name: special pkgs for the x86_64 builders
package: state=present pkg={{ item }}
with_items:
- python2-osbs-client.noarch
- python3-osbs-client.noarch
when: "ansible_architecture == 'x86_64' and not inventory_hostname.startswith('bkernel')"
tags: