From 6d834e67c47134a0ad5534f814800c617974f131 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 27 May 2019 07:13:07 +0200 Subject: [PATCH] copr: builderpb_nova, no need to explicitly install nosync It is installed as copr-builder's dependency. --- roles/copr/backend/files/provision/builderpb_nova.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/roles/copr/backend/files/provision/builderpb_nova.yml b/roles/copr/backend/files/provision/builderpb_nova.yml index 7f930e7f3b..1b5d18abb4 100644 --- a/roles/copr/backend/files/provision/builderpb_nova.yml +++ b/roles/copr/backend/files/provision/builderpb_nova.yml @@ -52,14 +52,3 @@ - name: disable offloading command: ethtool -K eth0 tso off gro off gso off - - # ensure glibc and glibc.i686 are of the the latest version here - # we need glibc.i686 and nosync.i686 so that nosync works for i386 and i586 builds - - name: make sure latest nosync and nosync.i686 and glibc - dnf: state=latest pkg={{ item }} - with_items: - - glibc - - glibc.i686 - - nosync - - nosync.i686 - when: prepare_base_image