Install nosync.i686 on x86_64 builders

We don't have any RHEL 6 builders any longer.
This commit is contained in:
Mikolaj Izdebski 2018-12-13 18:15:33 +00:00
parent 8e15d13d1d
commit a80ebbeedc

View file

@ -218,16 +218,13 @@
tags:
- koji_builder
#
# x86_64 builders run pungify, that needs hfs module in order to make
# The efi/mac images. This module is only needed on rhel.
#
# x86_64 builders run both x86_64 and i686 builds, that requires multilib
# version of nosync installed to fully take advantage of nosync
- name: special pkgs for the x86_64 builders
package: state=present pkg={{ item }}
with_items:
- kmod-hfsplus
when: is_rhel is defined and ansible_architecture == 'x86_64' and ansible_distribution_major_version|int == '6'
- nosync.i686
when: ansible_architecture == 'x86_64'
tags:
- koji_builder