From 69ca7568f8294e08121cad679d8a127f40d987a4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 28 May 2019 21:15:27 +0000 Subject: [PATCH] koji_builder: do not install the python2 osbs client, hopefully we don't need it anymore. Signed-off-by: Kevin Fenzi --- roles/koji_builder/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index e457c8f5ea..0850d1dc89 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -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: