From: Andrew Grimberg Date: Tue, 26 Jun 2018 17:46:41 +0000 (-0700) Subject: Re-order package install X-Git-Tag: v0.1.0~25 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=576b3dfa361255725bd23b3cbf584a957d0ff1dd;p=releng%2Fcommon-packer.git Re-order package install yum-plugin-replace is not available in the base upstream repositories but from IUS. It must therefore be listed after the IUS repository installation Change-Id: I6d3221ca05348f234f2342c3d8e072f6da379786 Signed-off-by: Andrew Grimberg --- diff --git a/provision/install-base-pkgs-RedHat.yaml b/provision/install-base-pkgs-RedHat.yaml index d04019f..1cdc42f 100644 --- a/provision/install-base-pkgs-RedHat.yaml +++ b/provision/install-base-pkgs-RedHat.yaml @@ -7,9 +7,10 @@ - '@base' - '@development' - yum-utils - - yum-plugin-replace - https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm - https://centos7.iuscommunity.org/ius-release.rpm + # yum-plugin-replace comes from ius + - yum-plugin-replace loop_control: loop_var: pkg become: yes