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:
parent
d863145e3f
commit
69ca7568f8
1 changed files with 0 additions and 1 deletions
|
@ -240,7 +240,6 @@
|
||||||
- name: special pkgs for the x86_64 builders
|
- name: special pkgs for the x86_64 builders
|
||||||
package: state=present pkg={{ item }}
|
package: state=present pkg={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- python2-osbs-client.noarch
|
|
||||||
- python3-osbs-client.noarch
|
- python3-osbs-client.noarch
|
||||||
when: "ansible_architecture == 'x86_64' and not inventory_hostname.startswith('bkernel')"
|
when: "ansible_architecture == 'x86_64' and not inventory_hostname.startswith('bkernel')"
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue