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: