mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
copr: install deps for nosync.i686
This commit is contained in:
@@ -46,5 +46,11 @@
|
||||
- name: disable offloading
|
||||
command: ethtool -K eth0 tso off gro off gso off
|
||||
|
||||
- name: install multilib deps for nosync.i686
|
||||
yum: state=present pkg={{ item }}
|
||||
with_items:
|
||||
- glibc.i686
|
||||
- nss-softokn-freebl.i686
|
||||
# DNF module will not resolve the deps, we must install deps manualy!
|
||||
- name: install i686 version of nosync for multilib building
|
||||
dnf: name=https://kojipkgs.fedoraproject.org//packages/nosync/1.0/3.fc23/i686/nosync-1.0-3.fc23.i686.rpm state=present
|
||||
|
||||
Reference in New Issue
Block a user