From 576b3dfa361255725bd23b3cbf584a957d0ff1dd Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Tue, 26 Jun 2018 10:46:41 -0700 Subject: [PATCH] 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 --- provision/install-base-pkgs-RedHat.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.16.6