Revert "Install ius and swap git2u for git" 81/15981/2
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 24 Jun 2019 22:36:20 +0000 (08:36 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 24 Jun 2019 22:36:20 +0000 (08:36 +1000)
This reverts commit ae351944b9b77dfd8ea347f477593e38250cd481.

Reverting as common-packer has code that will fail if it isn't updated
first

Change-Id: Idcf6b8e6e72b03644a8cca69491f6acaa78c8dc7
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
tasks/main.yml
vars/RedHat.yaml

index 663fafa..36c6844 100644 (file)
   when: ansible_os_family == 'RedHat'
   become: true
 
-- name: Swap to git2u
-  block:
-    - name: Install yum-plugin-replace
-      yum: name=yum-plugin-replace state=present update_cache=yes
-    - name: Gather rpm package facts
-      package_facts:
-        manager: auto
-    - name: Replace git with git2u
-      command: yum replace -y git --replace-with git2u
-      when: ansible_facts.packages['git'] is defined
-  when: ansible_os_family == 'RedHat'
-  become: true
-
 - name: Install PlantUML
   block:
     - name: Create /opt/plantuml install directory
index 3c36cb5..50f9eb3 100644 (file)
@@ -2,7 +2,6 @@
 lf_recommended_tools_packages_distro:
   - fedora-packager
   - http://ftp.riken.jp/Linux/cern/centos/7/cern/x86_64/Packages/parallel-20150522-1.el7.cern.noarch.rpm
-  - https://centos7.iuscommunity.org/ius-release.rpm
   - nc
   - perl-Digest-SHA
   - perl-ExtUtils-MakeMaker