Fix provisioner to install Git 2 from IUS 61/64261/2 v0.5.2
authorThanh Ha <zxiiro@gmail.com>
Fri, 12 Jun 2020 00:37:12 +0000 (20:37 -0400)
committerThanh Ha <zxiiro@gmail.com>
Fri, 12 Jun 2020 14:11:12 +0000 (10:11 -0400)
commit3cecc412b0339d8dca5121650fbb930c00fac20c
tree9160f00ba1c1968c0203411c26f114986d942ebf
parentd1b5934150fd9a674f90db8b809e040fce48aa6d
Fix provisioner to install Git 2 from IUS

While patch Ibace4cdf89d0615a2e5117f9ea3ca50730d5c93d fixed the setup
for the IUS repo. It failed to ensure that Git 2 is installed from the
IUS repo.

In the refactored IUS repo git2u no longer exists and instead the
latest Git package appears to be git224 so let's update to that
version.

Also class cast ansible_distribution_major_version|int as this variable
normally returns a type AnsibleUnsafeText which cannot be compared to
an int type.

Change-Id: I1cd815fb0440be996ba66c3a48eab9d6da02f4bb
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
provision/install-base-pkgs-RedHat.yaml
releasenotes/notes/ius-git2-6bb85ed76df9cca8.yaml [new file with mode: 0644]