Re-order package install 56/11556/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 26 Jun 2018 17:46:41 +0000 (10:46 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 26 Jun 2018 17:46:41 +0000 (10:46 -0700)
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 <agrimberg@linuxfoundation.org>
provision/install-base-pkgs-RedHat.yaml

index d04019f..1cdc42f 100644 (file)
@@ -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