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>
   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
 
 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