summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-02-01 15:07:21 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-01 15:07:21 +0000
commit37082b6661e778b9faa9190f26df31538faa9680 (patch)
tree15cc646b7a0d2966baf01c73032ae34e0bf008b5
parente55aa58f2cf5ec7c2d09d1665f5c04c0d84ff7ca (diff)
parent79dee89adced2ca6bdf10225b36ff90743f1e60d (diff)
Merge "Enable deltarpm"
-rw-r--r--xci/files/install-ansible.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/xci/files/install-ansible.sh b/xci/files/install-ansible.sh
index 979d9904..e370d14a 100644
--- a/xci/files/install-ansible.sh
+++ b/xci/files/install-ansible.sh
@@ -88,8 +88,8 @@ case ${ID,,} in
[venv]=python-virtualenv
[wget]=wget
)
- sudo yum updateinfo
- EXTRA_PKG_DEPS=()
+ sudo $PKG_MANAGER updateinfo
+ EXTRA_PKG_DEPS=( deltarpm )
;;
*) echo "ERROR: Supported package manager not found. Supported: apt, dnf, yum, zypper"; exit 1;;