From: Andrew Grimberg Date: Wed, 13 Nov 2019 15:31:55 +0000 (-0800) Subject: Change IUS configuration X-Git-Tag: v0.4.0~5 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F44%2F62244%2F1;p=releng%2Fcommon-packer.git Change IUS configuration While trying to troubleshoot why a recent CentOS7 system was failing to get past the installation of yum-plugin-replace from IUS it was discovered that IUS has changed up the keys that they are signing with. Along with this change are changes to their official distribution point according to the standard release package. While we don't actually install the release package, we do have reason to configure the rest of the repository correctly, as such we need to follow the changes that were made back in May of 2019! Change-Id: Ibace4cdf89d0615a2e5117f9ea3ca50730d5c93d Signed-off-by: Andrew Grimberg --- diff --git a/provision/install-base-pkgs-RedHat.yaml b/provision/install-base-pkgs-RedHat.yaml index f541b58..7e3dd34 100644 --- a/provision/install-base-pkgs-RedHat.yaml +++ b/provision/install-base-pkgs-RedHat.yaml @@ -3,8 +3,8 @@ yum_repository: name: ius description: IUS Community Packages for Enterprise Linux - mirrorlist: https://mirrors.iuscommunity.org/mirrorlist?repo=ius-{{ ansible_distribution|lower}}{{ ansible_distribution_major_version|lower }}&arch=$basearch&protocol=http - gpgkey: http://dl.iuscommunity.org/pub/ius/IUS-COMMUNITY-GPG-KEY + baseurl: https://repo.ius.io/{{ ansible_distribution_major_version|lower }}/$basearch/ + gpgkey: https://repo.ius.io/RPM-GPG-KEY-IUS-{{ ansible_distribution_major_version|lower }} enabled: "yes" gpgcheck: "yes" state: present