summaryrefslogtreecommitdiffstats
path: root/xci
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2017-10-27 19:47:44 -0700
committerVictor Morales <victor.morales@intel.com>2017-10-27 20:06:57 -0700
commite5d66b5058188422bcb63f7860593278fcb39ba3 (patch)
treecb89242df77cad19e741dd463fac9db85658e28b /xci
parentd14c305f9adfbb692f0f9113ce175e4db51697cc (diff)
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
Diffstat (limited to 'xci')
-rw-r--r--xci/file/install-ansible.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/file/install-ansible.sh b/xci/file/install-ansible.sh
index bc7bd1e4..2661eea1 100644
--- a/xci/file/install-ansible.sh
+++ b/xci/file/install-ansible.sh
@@ -79,7 +79,7 @@ case ${ID,,} in
[wget]=wget
[openssl]=openssl
)
- sudo yum update --assumeno
+ sudo yum updateinfo
EXTRA_PKG_DEPS=()
;;