mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
copr: make sure multilib packages are the same version
This commit is contained in:
@@ -46,8 +46,14 @@
|
||||
- name: disable offloading
|
||||
command: ethtool -K eth0 tso off gro off gso off
|
||||
|
||||
# we need to upgrade x86_64 othwerwise we can have different version of multilib glibc
|
||||
- name: install multilib deps for nosync.x86_64
|
||||
yum: state=latest pkg={{ item }}
|
||||
with_items:
|
||||
- glibc
|
||||
- nss-softokn-freebl
|
||||
- name: install multilib deps for nosync.i686
|
||||
yum: state=present pkg={{ item }}
|
||||
yum: state=latest pkg={{ item }}
|
||||
with_items:
|
||||
- glibc.i686
|
||||
- nss-softokn-freebl.i686
|
||||
|
||||
Reference in New Issue
Block a user