Fix yum update repos 61/46361/1
authorVictor Morales <victor.morales@intel.com>
Sat, 28 Oct 2017 02:47:44 +0000 (19:47 -0700)
committerVictor Morales <victor.morales@intel.com>
Sat, 28 Oct 2017 03:06:57 +0000 (20:06 -0700)
commite5d66b5058188422bcb63f7860593278fcb39ba3
treecb89242df77cad19e741dd463fac9db85658e28b
parentd14c305f9adfbb692f0f9113ce175e4db51697cc
Fix yum update repos

The *yum update* fails during the installation of ansible in centos
because it tries to update openssh-server among other packages.
This commit change fixes the command to only update the repository
information. The --assumeno argument is not required.

Change-Id: I26870462888742b3200097322d5316ac00febfc5
xci/file/install-ansible.sh